linccce

spamcheck_director

Feb 13th, 2014
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. #EDIT#50:
  2. spamcheck_director:
  3. driver = accept
  4. condition = "${if and { \
  5. {!def:authenticated_id} \
  6. {!def:h_X-Spam-Flag:} \
  7. {!eq {$received_protocol}{spam-scanned}} \
  8. # {!eq {$received_protocol}{local}} \
  9. {exists{/home/${lookup{$domain}lsearch{/etc/virtual/domainowners}{$value}}/.spamassassin/user_prefs}} \
  10. {<{$message_size}{800k}} \
  11. } {1}{0}}"
  12. retry_use_local_part
  13. transport = spamcheck
  14. no_verify
Advertisement
Add Comment
Please, Sign In to add comment