Author: Patrick Kirk Date: To: Exim Users Subject: [Exim] .forward
Hi all,
I'm moving all my procmail rules to a .forward. One of the decent
features of procmail is this:
* ^TO_patrick@???
which as far as I can see in exim is:
if
$h_to: contains "patrick@???" or
$h_cc: contains "patrick@???" or
$h_from: contains "patrick@???"
Is there a more compact way of saying this?
Also in .procmailrc you can sweep all that isn't for you or caught by
other recipes into a junk mail folder like this:
:0:
$PMDIR/junkmail
What is the exim equivalent?
Finally, if logfile $home/filter.log how do I have everything the filter
does logged to that log without having to write it after each rule.
Guess I'm looking for the equivalent of the procmaillog.