Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
4k views

Want procmail to run a custom python script, everytime a new mail shows up

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 ...
3
votes
4answers
485 views

What's in your .procmailrc [closed]

Are there any handy general items you put in your .procmailrc file?
1
vote
1answer
45 views

procmailrc rule for “In-Reply-To header matches previously seen Message-ID header”

Trying to figure out how to have a .procmailrc rule that tosses all mail that is in reply to previously seen mail. Using maildir, and would like the rule to cover messages in either cur/ or new/... ...
0
votes
1answer
56 views

procmail disregards /etc/group?

sample procmailrc: SHELL=/bin/bash LOGFILE=$HOME/procmail.log VERBOSE=yes :0 * ^Subject: envdump please$ { LOG="`id`" :0 /dev/null } /etc/group file contains (note ...
0
votes
1answer
57 views

Mail attachment killfile - how to blacklist signature attachments by filename

How can one best implement a minimal serverside mail filtering system which does one thing: remove signature attachments by name. Some colleagues' every email contains an inline embedded ...
0
votes
1answer
60 views

file extention filtering does not work in procmail

procmail will not download just .xls, .doc and .docx extentions. every condition i have found either downloads everything or nothing. i am using fedora 14 conditions i have tried that dont download ...
0
votes
1answer
305 views

fetchmail/procmailrc filter by date

I have fetchmail grab my email from a pop account and send it to procmail. I have 'keep' set in my fetchmailrc file because i also use the email for outlook and i cant have fetchmail taking all my ...
0
votes
1answer
189 views

“OR” rules in .procmailrc with body search

According to http://lipas.uwasa.fi/~ts/info/proctips.html#orrules , you can make basic "or" rules in .procmailrc with something like: :0: * ^From:.*reriksso@([-a-z0-9_]+\.)*helsinki\.fi|\ ...