procmail Questions
2
Solved
Set out to write a simple procmail recipie that would forward the mail if it found the text "ABC Store: New Order" in the subject.
:0
* ^(To|From).*[email protected]
* ^Subject:.*ABC Store...
Gabrielgabriela asked 18/4, 2015 at 8:51
1
Solved
right now in the non verbose log procmail is not logging who the recipient is.
It is just logging who the sender is, the subject, date and the delivery.
From [email protected] Tue Apr 15 20:3...
Galilee asked 15/4, 2014 at 20:42
1
Solved
I try to use procmail to send copies from all incoming emails to another email account (both of them on the same server, for example email1 and email2 accounts).
My .procmailrc is in email1 account...
1
Solved
a simple question:
I want to move emails with a certain subject to a folder and mark them as read afterwards. Moving works for me with
:0: H
* ^Subject:.*(ThisIsMySubject)
$HOME/mail/ThisIsMyFolde...
Nathanson asked 4/5, 2011 at 11:47
2
Solved
I need to do mail processing where I manipulate the contents of the mail or invoke a script on the receipt of email, supporting a number of email addresses as the access points. In reading through ...
2
Solved
I have a pretty usual requirement with procmail but I am unable to get the results somehow. I have procmailrc file with this content:
:0
* ^To.*@myhost
| /usr/bin/python /work/scripts/privilege_em...
4
Solved
Are there any handy general items you put in your .procmailrc file?
1
© 2022 - 2024 — McMap. All rights reserved.