> Hello, > > i don't know spamassassin not very well, i am using 3.2.4 on Ubuntu > 8.04 > LTS. > > I need a textfile where i can put in blacklist-words like "Viagra", > "Chronometer", "Zeitmesser" and so on, if an email has one of this > words, > this email should directly put to the "Spam"-folder. > > Is this possible?
You may setup a regexp rule in the /etc/local.cf file of your SA installation, but a simple rule like the one you suggest may easily yield FPs (False Positives, ie: non-spam messages may get into your trashcan). What if a friend of yours sends you an email asking to lend your chronometer... SA goes farther than your simple idea. Have a look at how Bayes works, and all the available SA plugins. > Thank you, > > Regards, franc