Hi, Sorry for the late reply.
On Tue, 2005-12-20 at 10:21 -0300, Ing. Fernando Villarreal - Silice S.A. wrote: > This is my /etc/spammassassin/local.cf > [..] > rewrite_subject 0 You would like to check this up with the configuration file syntax. According to Mail::SpamAssassin::Conf, there's no such config string. If you want to *mark* (tag) your emails if they are Spam or not, then you might want to change the above line with rewrite_header. According to the doc: rewrite_header { subject │ from │ to } STRING The default local.cf that comes with SA has the following line: rewrite_header Subject *****SPAM***** Hope this helps. Srinidhi.