# spamass-milt startup defaults # OPTIONS are passed directly to spamass-milter. # man spamass-milter for details # Default, use the nobody user as the default user, ignore messages # from localhost OPTIONS="-u nobody -i 127.0.0.1" # Reject emails with spamassassin scores > 15. #OPTIONS="-r 15" # Do not modify Subject:, Content-Type: or body. #OPTIONS="-m" # If you are using postfix, you probably want to uncomment the following # SOCKET="/var/spool/postfix/spamass/spamass.sock" # RUNAS="postfix" # PIDFILE="/var/spool/postfix/spamass/spamass.pid"