I am not sure what's going on but for some reason I can't configure
spamassassin to work under Gentoo.

The email is being sent to and processed by Spamassassin, but for some
reason my qmail-scanner-queue.pl is taking over and not allowing
Spamassassin to modify the email the way I want.

Now I may not have my env configured properly, and I have been reading
every doc I come across.

However I think my problem is the following lines in
qmail-scanner-queue.pl

$
  while (<SA>) {
    if ($spamc_options =~ /\-c/) {
      ($sa_score,$sa_max)=split(/\//,$_,2);
      $sa_max=~s/\n//g;
    }
    #X-Spam-Status: No, hits=2.8 required=5.0
    if (/^X-Spam-Status: (Yes|No), hits=(.*) required=(.*)/) {
      $sa_status=1 if ($1 eq "Yes");
      $sa_score=$2;$sa_max=$3;
    }
    print SOUT;
  }

No matter what I do to spamassassin, rewrite subject, show report, etc.
I only get the following

X-Spam-Status:  Yes, hits=7.3 required=5.0

Which seems to be generated from the above perl code.

Am I using a modified version of qmail-scanner-queue.pl. Do all versions
contain the code above. I am using version qmail-scanner-1.16-r2 which
seems pretty old to the current 1.22. Would upgrading resolve my
problem?

How can I configure qmail-scanner to allow Spamassassin to modify the
email message the way I want?

I can provide what ever config file contents and etc.

Any help, info, etc is greatly appreciated.

-- 
Sincerely,
William L. Thomson Jr.
Support Group
Obsidian-Studios, Inc.
http://www.obsidian-studios.com



-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to