Gregory P. Ennis wrote: >Everyone, > >I installed 3.03 this afternoon and everything looks good. > >I finally decided to set up a user alias e-mail address to take >advantage of the following command: > >spamassassin --add-to-blacklist < /tmp/$FILENAME > >When I run this command from root I get a response of "1 message >examined". > >I can not figure out where or what blacklist this command is adding the >address; I would like to be able to check on the results in order to >make sure it is working. Any help is appreciated. > >Thanks, > >Greg > > the --add-to-blacklist command only manipulates the AWL statistics for that sender. It biases that senders AWL statistics by pretending they sent a message that scored +100 and recording it in the AWL db. This effect is somewhat temporary, as over time the number of emails will reduce the impact this has. It's largely intended for correcting errors in the AWL, and not intended to be used as a real blacklist mechanism.
There are no command line options that actually blacklist a sender with a static blacklist_from command. If you want to truly blacklist an address, you have to do it using a blacklist_from command in your /etc/mail/spamassassin/local.cf or similar config file.