Re: debug and STDERR

2005-05-22 Thread Loren Wilton
You may be up a creek, or there may be a way to snaggle past the little annoyances. You are certainly in a case where you don't have a shell, so don't have stdin/stdout/stderr available normally. However, I suspect that stdin/stdout have been remapped, since that is how most web page things work,

Re: SA Sometimes Being Bypassed?

2005-05-22 Thread wolfgang
In an older episode (Friday 20 May 2005 18:07), Jake Colman wrote: > When my server is up, all email is processed by my SA. If my server is down, > my email is held for me at the backup MX. When my server comes back, the > backup MX sends me all my email. It appears to me that when my email is

RE: debug and STDERR

2005-05-22 Thread Steven Manross
Thanks for the response. Well, I am calling the SA classes directly as perl via "PerlScript"... Similar to VB and how an ASP page is called from IIS (but by perlse.dll). EX: use Mail::SpamAssassin; Etc, etc. Namely, the SMTP Exchange interface ('Simple Mail Transfer Protocol' service) allow

Re: how to get spam reporting working

2005-05-22 Thread Matt Kettler
At 08:05 AM 5/21/2005, Raphael Clifford wrote: I have what appears to be a fully functional spamassassin 3.0.3 set up with all network tests working. However, spamassassin -r samplespam.txt gives me razor2 report failed: No such file or directory Razor2 report requires authentication at /u

Re: Problems with BAYES

2005-05-22 Thread Matt Kettler
At 10:20 AM 5/21/2005, Tieum wrote: I use spamassain behind amavisd-new. I get two prblems with BAYES: 1) my imap folders are scanned everyday some for HAM some for SPAM, everyda= y=20 ssa-learn tells it learned from all messages although some are not new That's weird. Is your bayes_seen file

Re: SA Being Bypassed?

2005-05-22 Thread Loren Wilton
> I understand that this has to be done by something outside of SA, but > I'm not sure what would work with sendmail to do this, and the Procmail will do this trivially; but of course that might not be part of your setup. Loren

Re: SA Being Bypassed?

2005-05-22 Thread Elizabeth Schwartz
I'm sorry, I shoudln't post late at night. I am running SA as a sendmail milter. And of course SA is happy to filter again mail which has been filtered once - but I would love some way to tell it NOT to. I have an external relay running SA, and I can guarantee that any mail sent from the external

Re: SA Being Bypassed?

2005-05-22 Thread Loren Wilton
> relay hosts, but nothing from the external would get filtered by the > internal (since it's already been through the filter on the > external...) sounds like you've accomplished that! Eh? SA is perfectly happy to filter mail that has been through some version of SA before. After all, you may ha

Re: SA Being Bypassed?

2005-05-22 Thread Elizabeth Schwartz
If you figure it out I'd love to know how you did it - I have been wanting to set SA up so that it is running on my external and internal relay hosts, but nothing from the external would get filtered by the internal (since it's already been through the filter on the external...) sounds like you've

Re: Something odd

2005-05-22 Thread Loren Wilton
> This one is missing the 'From:', 'Date:', 'Subject:', 'Message-Id:', > and even the message body; ... and has a forged HELO ... > > How could something that badly formatted get a SPAMassassin > score as low as 3.1? ... well below my threshold of 4.7. Simple - SA scores based on what it finds in

Re: debug and STDERR

2005-05-22 Thread Loren Wilton
> I find it odd that MS would not give my access to STDERR, but it looks > to be the case. :( You do usually have have access to stderr on a Windows platform. However, it is entirely possible that it has been hijacked by whatever the process is that is calling SA and doesn't end up where you thin

Re: --lint tells me I need 0.34 dns

2005-05-22 Thread Bookworm
Tim Jackson wrote: On Fri, 20 May 2005 20:48:26 -0400 "Eric Wood" <[EMAIL PROTECTED]> wrote: [on Fedora Core 1] 2. What is the easiest way to update Net::DNS to 0.34 ? This was very easy: perl -MCPAN -e shell[as root] o conf prerequisites_policy ask

Re: --lint tells me I need 0.34 dns

2005-05-22 Thread Tim Jackson
On Fri, 20 May 2005 20:48:26 -0400 "Eric Wood" <[EMAIL PROTECTED]> wrote: [on Fedora Core 1] > > 2. What is the easiest way to update Net::DNS to 0.34 ? > This was very easy: >perl -MCPAN -e shell[as root] >o conf prerequisites_policy ask >install Net::

Re: Setting up a rejection limit

2005-05-22 Thread Matt Kettler
At 09:27 AM 5/22/2005, guenther wrote: On Sun, 2005-05-22 at 07:03 -0600, The Doctor wrote: > How can one use user_prefs to tell spamassassin to reject spam > tagged at level N at just send it back to them? You can't. SA is not designed to delete, deliver or bounce mail. It is designed to scan

Something odd

2005-05-22 Thread Martin G. Diehl
Greetings, I have been noticing some incomplete SPAM messages. This one is missing the 'From:', 'Date:', 'Subject:', 'Message-Id:', and even the message body; ... and has a forged HELO ... How could something that badly formatted get a SPAMassassin score as low as 3.1? ... well below my thresho

Re: how to get spam reporting working

2005-05-22 Thread Raphael Clifford
Theo Van Dinter wrote: On Sun, May 22, 2005 at 10:21:24AM +0100, Raphael Clifford wrote: Does this mean that I need to make a separate installation of razor using the instructions at http://razor.sourceforge.net/docs/doc.php?type=text&name=INSTALL ? The spamassassin spam reporting docs are no

Re: new meds spam agaianst SARS viruses? this may help

2005-05-22 Thread Bookworm
List Mail User wrote: Follow the trail; Chris Terrebonne's "NFP Inc." - snakeoil and spam/scammers of Slidell, LA - (985) 726-0928. They've been around a very long time (domains change weekly, but a few constants like remain conradpromotions. com, rednecks. com and myownemail.com). Th

Re: how to get spam reporting working

2005-05-22 Thread Theo Van Dinter
On Sun, May 22, 2005 at 10:21:24AM +0100, Raphael Clifford wrote: > Does this mean that I need to make a separate installation of razor > using the instructions at > http://razor.sourceforge.net/docs/doc.php?type=text&name=INSTALL ? The > spamassassin spam reporting docs are not clear on this at

debug and STDERR

2005-05-22 Thread Steven Manross
Is there any way that something like this could be inserted/changed into the Mail::SpamAssassin module... Or is this just something that I should implement as there's no other need for it? sub dbg { if (!defined($dbg->{foo}) { warn "debug: $msg\n"; } else { push (@{$Mail::SpamAssas

Re: Setting up a rejection limit

2005-05-22 Thread guenther
On Sun, 2005-05-22 at 07:03 -0600, The Doctor wrote: > How can one use user_prefs to tell spamassassin to reject spam > tagged at level N at just send it back to them? You can't. SA is not designed to delete, deliver or bounce mail. It is designed to scan and identify SPAM only. Any action taken

Setting up a rejection limit

2005-05-22 Thread The Doctor
How can one use user_prefs to tell spamassassin to reject spam tagged at level N at just send it back to them? -- Member - Liberal International This is [EMAIL PROTECTED] Ici [EMAIL PROTECTED] God Queen and country! Beware Anti-Christ rising! insert you thought here.

Re: set all scores to 0?

2005-05-22 Thread Thomas Zehetbauer
On Sat, 2005-05-21 at 22:24 -0400, Theo Van Dinter wrote: > Move aside/delete the default rule files. There's no point in a config > option to ignore other config options. ;) I think there is: default config goes in /usr/share/spamassassin, site local in /etc/mail/spamassassin and user specific i

Re: how to get spam reporting working

2005-05-22 Thread Raphael Clifford
Theo Van Dinter wrote: On Sat, May 21, 2005 at 01:05:04PM +0100, Raphael Clifford wrote: razor2 report failed: No such file or directory Razor2 report requires authentication at What can I do to fix it? Read the Razor docs. In this case, SA is telling you that Razor requires you to have

Re: randomly fluctuating scores

2005-05-22 Thread Daryl C. W. O'Shea
Raphael Clifford wrote: Daryl C. W. O'Shea wrote: Actually, SpamAssassin 3.0.3 can't parse the first received header either, due to the @ in front of the IP. Even if you were to set trusted_networks all trusted would fire and there'd be no RBL lookups etc. Daryl I think that is exactly r

Re: randomly fluctuating scores

2005-05-22 Thread Raphael Clifford
Daryl C. W. O'Shea wrote: Loren Wilton wrote: I am not NAT'ed so I can see no reason why it is ALL_TRUSTED I think I can: Delivered-To: [EMAIL PROTECTED] Received: (qmail 19588 invoked from network); 20 May 2005 22:45:07 +0100 Received: from 82-35-6-77.cable.ubr01.hari.blueyonder.co.uk (@

[SARE] Header CF updated

2005-05-22 Thread Robert Menschel
Just a quick note that the SARE header files have been updated. Updates include 16 new rules, 14 archived rules, 6 archived rules reactivated, 100 rules moved from one file to another, and one modified rule. Download information available at http://www.rulesemporium.com/rules.htm#header Bob Mens