This can be done fairly simply in the system filter file. In your
exim.conf you'll need:
system_filter = /path/to/filter-file
If you want to copy all messages, both incoming and outgoing, use
something like:
if $recipients does not contain [EMAIL PROTECTED] then
unseen deliver [EMAIL PROTECT
This can be done fairly simply in the system filter file. In your
exim.conf you'll need:
system_filter = /path/to/filter-file
If you want to copy all messages, both incoming and outgoing, use
something like:
if $recipients does not contain [EMAIL PROTECTED] then
unseen deliver [EMAIL PROTECT
2 matches
Mail list logo