I am trying to black list send4fun.com. I am using spamd and was reading the man page for spamassassin and am wondering if I have the syntax right to add this domain to the blacklist.
spamassassin -r -W send4fun.com
Would that be correct? And where do I look to see it listed in the blacklist? --
No, that's not the correct syntax.. the correct syntax is to edit your local.cf and add:
blacklist_from send4fun.com
the command line option -r requires the input of an email MESSAGE.. not an address.. and causes spamassassin to report the body of that email to razor, and feed it to the bayes engine as "spam to learn from".
The command line option -W also requires a message, and it parses through the message and adds any address it finds and adds WHITElisting points to the AWL entries for the sender/ip combination of the message. Note that if you don't use the AWL this does nothing, and even if you do use the AWL, the effect of this option is diminished as more mail comes in.
Use whitelist_from, whitelist_from_rcvd, and blacklist_from entries in local.cf for long-lasting white and blacklist entries. No command line options will do this for you.
------------------------------------------------------- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here: http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk