sa-update

2007-06-06 Thread Martin Hochreiter
Hi! Below the debug output of my sa-update - what about this ('require' failed) lines - do I have to install Perl modules to get this Spamassassin modules? lg Martin 3694] dbg: logger: adding facilities: all [3694] dbg: logger: logging level is DBG [3694] dbg: generic: SpamAssassin version

Re: Spam from own domain

2007-06-01 Thread Martin Hochreiter
(1) As was said earlier, but in greater detail: tell your MTA to look at the SMTP client's IP address, and trust (do not give to SA) any mail where the client IP address is in your local network(s) (this is the best solution), or (2) Modify the above to check your local network IP range(s), and

Re: Spam from own domain

2007-06-01 Thread Martin Hochreiter
Jonas Eckerman schrieb: Martin Hochreiter wrote: How can I ensure that at least mails from our local clients are automatically whitelisted? Don't feed mail from local clients through SpamAssassin. That's what I want, but how to learn that spamassassin / amavis ?

Re: Spam from own domain

2007-05-31 Thread Martin Hochreiter
Jonas Eckerman schrieb: Martin Hochreiter wrote: I got many mails whitelisted that have a from address from my domain (although they are not from my domain, and the users don't exist on my mailserver) 1: If the users don't exist the mails should be rejected at the server l

Spam from own domain

2007-05-31 Thread Martin Hochreiter
Hi! Can I check somehow with spamassassin if a (from) mail address exists on my mailserver. I got many mails whitelisted that have a from address from my domain (although they are not from my domain, and the users don't exist on my mailserver) lg

Re: Spamassassin 3.20 and Amavis-New

2007-05-29 Thread Martin Hochreiter
>> @additional_perl_modules = qw( >> /usr/lib/perl5/site_perl/5.8.8/Mail/SpamAssassin/Locales.pm, >> /usr/lib/perl5/site_perl/5.8.8/Mail/SpamAssassin/Plugin/Bayes.pm, >> /usr/lib/perl5/site_perl/5.8.8/Mail/SpamAssassin/Plugin/BodyEval.pm, >> /usr/lib/perl5/site_perl/5.8.8/Mail/SpamAssassin/Plugin/

Spamassassin 3.20 and Amavis-New

2007-05-28 Thread Martin Hochreiter
Hi! Since I upgraded to Spamassassin 3.20 I get this (amavis) messages in my logfiles (for each incoming mail): May 29 08:21:05 linux1.rk /usr/sbin/amavisd[4365]: (04365-01) extra modules loaded: Mail/SpamAssassin/Locales.pm, Mail/SpamAssassin/Plugin/Bayes.pm, Mail/SpamAssassin/Plugin/BodyEval.pm

Re: Not scored

2007-05-26 Thread Martin Hochreiter
KURZEL: T2Y.F http://mail-archives.apache.org/mod_mbox/spamassassin-users/200705.mbox/[EMAIL PROTECTED] Ups, sorry I didn't read that one

Not scored

2007-05-26 Thread Martin Hochreiter
Hi! Can somebody give me a hint, why these mails (see below) are not tested? (Some of the mail sender are whitelisted, but many of them are just not tested) lg Martin --- Content-Transfer-Encoding: 7bit Content-Type:

Re: test=none

2007-05-15 Thread Martin Hochreiter
Daryl C. W. O'Shea schrieb: > > --- > trusted_networks 80.123.XXX.XXX > trusted_networks 80.122.XXX.XXX > internal_networks 192.168.1.0/24 > internal_networks 192.168.2.0/24 > internal_networks 127.0.0.1 > --- I am usi

Re: test=none

2007-05-15 Thread Martin Hochreiter
> > Some messages here get tests=none. The two conditions I've found here > are 1) like Matt already mentioned, a timeout in communication using > spamc, or 2) the message was received totally within our network > (trusted/internal). > > Perhaps maybe you don't have the trusted/internal networks s

Re: test=none

2007-05-15 Thread Martin Hochreiter
> Actually the "[none]" comes directly from SpamAssassin, amavisd just > reports what it gets after calling SA. > > The relevant code is in SpamAssassin/PerMsgStatus.pm, sub _get_tag: > > TESTSSCORES => sub { > my $arg = (shift || ","); > my $line = ''; > foreach my $test (so

Tag Level for spam

2007-05-15 Thread Martin Hochreiter
Hi! Is there something like a recommended tag level when to treat a mail as spam? (I actually use 1.7 as tag level for amavis/spamassassin) lg martin

test=none

2007-05-14 Thread Martin Hochreiter
Hi! I am using spamassassin with amavis. I sometimes get mails (Spam Mails) - not tagged with ***SPAM*** but tagged with the following header: No, score=0 tagged_above=-999 required=1.7 tests=[none] What does "tests=[none]" mean? lg Martin