At 03:50 PM 11/7/2004, Chris wrote:
1. When running the perl script I use to report spam to DCC, Pyzor and razor
I see the following:
debug: plugin: Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x8de4adc)
inhibited further callbacks
What specifically is this telling me?

Nothing useful, unless you're a module developer. You can safely ignore these.

Really all it means is that a plugin claims to have completely handled an event and no other plugins need to be called to try to handle it. After all, if an event has been dealt with, checking all the other plugins will merely waste CPU time.



2.  Running --lint I get the following:
warning: score set for non-existent rule FREE_LEADS
warning: score set for non-existent rule US_DOLLARS_2
warning: score set for non-existent rule RATWARE_EVAMAIL
lint: 637 issues detected.  please rerun with debug enabled for more
information

I'll have to assume that the above shows I have to remove some rules?

Sounds like you had some score over-rides in your local.cf for rules that are no longer present.



3. I assume I have to remove the mail::spamassassin::spamcopuri module?

You only need to remove the .cf file it put in /etc/mail/spamassassin.

Any other links it had to SA will have been obliterated by the upgrade. You can remove it if you want, but otherwise leaving the module code around is harmless.



Reply via email to