Just wondering, i put amavisd in debug mode and it listed this...
debug: running uri tests; score so far=0.16 debug: uri tests: Done uriRE
Is this SpamURI ??
Cheers, Kristian
Yeah cheers, i'd actually read that already...
Anyway.. i just did a find on Conf.pm which came up with 3 diretories under /usr/lib/perl5 and i made sure that the 3 .pm files that come with SpamURI were the same and the ones in the perl directories, now --lint works fine. However the 3 directories it found all have lots of pm's in them not just these 3 that come with spamURI.
I also re-installed.
but it seems that spam is still not getting tagged with URI.... :-(
Here is what Eric Kolve wrote recently about a similar error:
It looks like you have two Conf.pm files floating around.
Do a locate for 'Conf.pm', you probably have one from a previous perl install or SpamCopURI is going into the wrong place.
You are looking for a directory that only has Conf.pm, PerMsgStatus.pm and SpamCopURI.pm. Remove all those files and try re-installing.
--eric
Hope this helps,
Jeff C.
--------------------------------------------------------------------------- The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. ---------------------------------------------------------------------------
On Monday, August 16, 2004, 9:57:52 AM, Kristian Davies wrote:
Just wondering, i put amavisd in debug mode and it listed this...
debug: running uri tests; score so far=0.16 debug: uri tests: Done uriRE
Is this SpamURI ??
Not sure. You may want to ask about both issues on the spamassassin-users list?
Yeah cheers, i'd actually read that already...
Anyway.. i just did a find on Conf.pm which came up with 3 diretories under /usr/lib/perl5 and i made sure that the 3 .pm files that come with SpamURI were the same and the ones in the perl directories, now --lint works fine. However the 3 directories it found all have lots of pm's in them not just these 3 that come with spamURI.
I also re-installed.
but it seems that spam is still not getting tagged with URI.... :-(
Does it catch a test message containing:
http://surbl-org-permanent-test-point-MUNGED.com/
or:
without the "-MUNGED"s. So if you send yourself a message with any of those unmunged testpoints as URIs, the messages should match any SURBLs you have installed.
http://www.surbl.org/faq.html#test-uris
Jeff C.