Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # ORDER DOES MATTER #
- # A local address is passed to each in turn until it is accepted. #
- ######################################################################
- # Local addresses are those with a domain that matches some item in the
- # "local_domains" setting above, or those which are passed back from the
- # routers because of a "self=local" setting (not used in this configuration).
- .include_if_exists /etc/exim.spamassassin.conf
- # Spam Assassin
- #spamcheck_director:
- # driver = accept
- # condition = "${if and { \
- # {!def:h_X-Spam-Flag:} \
- # {!eq {$received_protocol}{spam-scanned}} \
- # {!eq {$received_protocol}{local}} \
- # {exists{/home/${lookup{$domain}lsearch{/etc/virtual/domainowners}{$value}}/.spamassassin/user_prefs}} \
- # {<{$message_size}{500k}} \
- # } {1}{0}}"
- # retry_use_local_part
- # transport = spamcheck
- # no_verify
Advertisement
Add Comment
Please, Sign In to add comment