Daniel Geldres wrote: > hello to all, it is the first time that I subscribe to the list and I > have the following question. > > As I can filter subject VIAGRA. it is the first time that I install > spamassassing and single I have managed to filter encoding. Thanks and > good luck
This would be a simple rule to do that, adjust the score value as you see fit: header L_HEADER_V Subject =~/VIAGRA/ score L_HEADER_V 1.0 If you want it to match lower-case, add a i to the end of the regex : /VIAGRA/i