summaryrefslogtreecommitdiff
path: root/spamassassin/default/spamass-milter.diff
blob: aab7c185da7a7fd9328b12898c0039d55952eb0b (plain)
  1. --- spamass-milter.orig 2015-08-07 04:59:17.000000000 +0200
  2. +++ spamass-milter 2016-10-24 22:36:41.000000000 +0200
  3. @@ -9,14 +9,17 @@
  4.  
  5. # Default, use the spamass-milter user as the default user, ignore
  6. # messages from localhost
  7. -OPTIONS="-u spamass-milter -i 127.0.0.1"
  8. +OPTIONS="-u spamass-milter"
  9. -# Reject emails with spamassassin scores > 15.
  10. -#OPTIONS="${OPTIONS} -r 15"
  11. +# Reject emails with spamassassin scores > 10.
  12. +OPTIONS="${OPTIONS} -r 10"
  13. # Do not modify Subject:, Content-Type: or body.
  14. #OPTIONS="${OPTIONS} -m"
  15. +# Use UNIX socket
  16. +OPTIONS="${OPTIONS} -- --socket=/var/run/spamassassin/spamd.sock"
  17. +
  18. ######################################
  19. # If /usr/sbin/postfix is executable, the following are set by
  20. # default. You can override them by uncommenting and changing them