[Mimedefang] Quarantined messages

Jason Englander jason at englanders.cc
Fri Mar 14 10:30:01 EST 2003


On Fri, 14 Mar 2003, Will McCorkle wrote:

> I looked around in old emails and did not see the following question.
> How do I get the test information from SpamAssassin in the
> quaratine_entire_message that is emailed to the admin?

As long as you have something like this before it:

  my($hits, $req, $names, $report) = spam_assassin_check();

You can replace the one that looks like this:

  quarantine_entire_message();

with something like this:

  quarantine_entire_message($names);

or this:

  quarantine_entire_message("SpamAssassin tests: $names");

-- 
Jason Englander <jason at englanders.cc>
394F 7E02 C105 7268 777A  3F5A 0AC0 C618 0675 80CA




More information about the MIMEDefang mailing list