I use amavisd, and yes i have network test enabled. Basically i've been using current setup with amavis/sa/clamav, sorbs/spamhaus/spamcop etc without a hitch for a year or so.
The only thing that doesnt work is spamuri which i added a couple of days ago.
If i do spamassassin --lint, i get:
Failed to parse line in SpamAssassin configuration, skipping: open_redirect_list _spamcop_uri snurl.com *.snurl.com Failed to parse line in SpamAssassin configuration, skipping: open_redirect_list _spamcop_uri snipurl.com *.snipurl.com Failed to parse line in SpamAssassin configuration, skipping: open_redirect_list _spamcop_uri tinyclick.com *.tinyclick.com Failed to parse line in SpamAssassin configuration, skipping: open_redirect_list _spamcop_uri babyurl.com *.babyurl.com Failed to parse line in SpamAssassin configuration, skipping: open_redirect_list _spamcop_uri lin.kz *.lin.kz Failed to parse line in SpamAssassin configuration, skipping: open_redirect_list _spamcop_uri *.v3.net Failed to parse line in SpamAssassin configuration, skipping: open_redirect_list _spamcop_uri shorl.com *.shorl.com Failed to parse line in SpamAssassin configuration, skipping: open_redirect_list _spamcop_uri tinyurl.com *.tinyurl.com Failed to parse line in SpamAssassin configuration, skipping: open_redirect_list _spamcop_uri xurl.us
Failed to compile URI SpamAssassin tests, skipping: (syntax error at /etc/mail/spamassassin/spamcop_uri.cf, rule WS_URI_RBL, line 1, near "eval:" syntax error at /etc/mail/spamassassin/spamcop_uri.cf, rule SPAMCOP_URI_RBL, lin e 1, near "eval:" syntax error at /etc/mail/spamassassin/spamcop_uri.cf, rule SPAMCOP_URI_RBL, lin e 6, near "} }" )
Any ideas...?
Cheers
-----Original Message----- From: Jeff Chan [mailto:jeffc@surbl.org] Sent: 16 August 2004 13:01 To: Kristian Davies Cc: 'discuss@lists.surbl.org' Subject: Re: [SURBL-Discuss] Need help with setup...
On Monday, August 16, 2004, 3:52:37 AM, Kristian Davies wrote:
I have everything setup/installed, copied the pm into the relevant places along with .cf, but still i'm not getting any hits.
Do you have network tests enabled?
http://www.surbl.org/faq.html#nettest
My SpamAssassin now has SURBL support but I'm not seeing hits.
If you recently added SURBL support to SpamAssassin but are not seeing any SURBL (or other RBL hits), check that you have enabled network tests. For example, if you're using spamd, make sure it's started without the -L or --local flags, which force local tests only. If you are running Amavis, make sure amavisd.conf has $sa_local_tests_only = 0. (Uncomment this line if it was commented out before, then set the value to zero to enable network tests.)
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, 6:35:39 AM, Kristian Davies wrote:
Failed to compile URI SpamAssassin tests, skipping: (syntax error at /etc/mail/spamassassin/spamcop_uri.cf, rule WS_URI_RBL, line 1, near "eval:" syntax error at /etc/mail/spamassassin/spamcop_uri.cf, rule SPAMCOP_URI_RBL, lin e 1, near "eval:" syntax error at /etc/mail/spamassassin/spamcop_uri.cf, rule SPAMCOP_URI_RBL, lin e 6, near "} }" )
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.