It’s not really auto-bcc (a la postfix) but should give you the same results. Please note that you would be making changes to the exim configuration files, so it’s best to take a backup before doing that:
if first_delivery
and ("$h_from:" contains "info@example.com")
and not ("$h_X-Spam-Checker-Version:" begins "SpamAssassin")
then
unseen deliver "sales@example.com"
endif
The recipe above is taken from http://forums.cpanel.net/showthread.php?t=83277
Similar Posts:
- None Found
No Comments
You can leave the first : )