> I was referring to the following: > > I have found that emails that have been filtered by SPAM > and have been placed in the Quarantine folder in the > header are not report of SpamAssassin. > > I want to know about the rules and scores assigned by > SpamAssassin to those e-mails filtered. >
SpamAssassin itself does not place anything in any Quarantine folders, SA does not have such concept at all. If you are using amavisd-new, which apparntly can do that, then I googled this for you > When calling SA via amavisd-new, header editing is handled strictly by > amavisd-new, not SA (see > http://www.ijs.si/software/amavisd/#faq-spam). You > can get amavisd-new to add the SA report to the headers, which should > include the autolearn header, by adding (or uncommenting) the > following in > your amavisd.conf: > > $sa_spam_report_header = 1; # insert X-Spam-Report header > field? default > false > > Beware, this will add lots of additional header lines to your > messages. >