[Mimedefang] Mimedefang using spamassassin returned values...

Gerald gcoon at inch.com
Mon Feb 16 12:32:26 EST 2004


I haven't been able to locate a value in mimedefang that I normally use in
SpamAssassin.

Currently I see...

    my $hits = $status->get_hits;
    my $req = $status->get_required_hits();
    my $tests = $status->get_names_of_tests_hit();
    my $report = $status->get_report();

I'm used to $report being implemented as a header that looks like:

X-Spam-Report:
        *  4.1 SUBJ_HAS_SPACES Subject contains lots of white space
        *  0.5 PENIS_ENLARGE2 BODY: Information on...
        *  0.9 FREE_TRIAL BODY: Free TrialA

It's just the extended test description. Can I add this functionality back
in to Mimdefang?

The current $report is too big to put in a header and I don't want to
attach the report like the default setup does. What would
"my $testdetails = $status->something()" be?

TIA,

Gerald



More information about the MIMEDefang mailing list