[AMaViS-user] Settings

2009-04-27 Thread Karsten Frohwein
Dear List,

this doesn't seem to change anything

@spam_kill_level_maps = (
 {
   '.example.com'   = 8.0,
   '.'   = \$sa_kill_level_deflt,
 }
);


The domains I use are in @local_domains_maps = ( 
read_hash($MYHOME/local_domains) ); and normal Spam tagging works. But 
the kill level doesn't seem to change.

The header still states 6.31

X-Spam-Status: No, score=-2.406 required=6.31 tests=[AWL=0.194,
BAYES_00=-2.599, SPF_PASS=-0.001]

I am using Debian Etch with latest packages.

Thanks

Karsten

--
Crystal Reports #45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/amavis-user 
 AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 
 AMaViS-HowTos:http://www.amavis.org/howto/ 


[AMaViS-user] sa_tag_level_deflt per domain?

2008-12-09 Thread Karsten Frohwein
Dear list,

is there some map so I can set the tag level per domain?

-- 
Best regards,

Karsten Frohwein

--

comm-press GmbH  Co. KG
Poststrasse 23
20354 Hamburg
T 040 350 80 145
F 040 350 80 135
www.comm-press.net

Amtsgericht Hamburg, HRA 97753

Geschäftsführer:
Andrea Hendel, Wolfgang Döring, Karsten Frohwein

Finanzamt Hamburg-Mitte - StNr. 25/175/18363


--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/amavis-user 
 AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 
 AMaViS-HowTos:http://www.amavis.org/howto/ 


[AMaViS-user] Spam Subject Tag dosn't work for one domain?

2008-11-19 Thread Karsten Frohwein
Dear list,

I get spam like this

  mail01:/var/log# grep pasovarsky_aemxyz syslog.0
  Nov 18 13:36:20 mail01 postfix/qmgr[27109]: A5320950006: 
from=[EMAIL PROTECTED], size=1760, nrcpt=1 (queue active)
  Nov 18 13:36:20 mail01 amavis[15852]: (15852-11) ESMTP::10024 
/var/lib/amavis/tmp/amavis-20081118T131637-15852: 
[EMAIL PROTECTED] - [EMAIL PROTECTED] SIZE=1760 Received: 
from example.com ([127.0.0.1]) by localhost (example.com [127.0.0.1]) 
(amavisd-new, port 10024) with ESMTP for [EMAIL PROTECTED]; Tue, 18 Nov 
2008 13:36:20 +0100 (CET)
  Nov 18 13:36:20 mail01 amavis[15852]: (15852-11) Checking: 
r6afH9rLp+KS [80.67.18.000] [EMAIL PROTECTED] - 
[EMAIL PROTECTED]
  Nov 18 13:36:22 mail01 postfix/qmgr[27109]: 4021F950009: 
from=[EMAIL PROTECTED], size=2235, nrcpt=1 (queue active)
  Nov 18 13:36:22 mail01 amavis[15852]: (15852-11) FWD via SMTP: 
[EMAIL PROTECTED] - [EMAIL PROTECTED],BODY=7BIT 250 2.0.0 
Ok, id=15852-11, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 
4021F950009
  Nov 18 13:36:22 mail01 amavis[15852]: (15852-11) Passed SPAMMY, 
[80.67.18.000] [89.101.56.41] [EMAIL PROTECTED] - 
[EMAIL PROTECTED], Message-ID: [EMAIL PROTECTED], mail_id: 
r6afH9rLp+KS, Hits: 8.349, size: 1760, queued_as: 4021F950009, 1589 ms

Its obviously found spammy.
But for this one customer neither the spam score header or the ### SPAM 
### as configured is added to the mail.

My first problem is I can't really test this now because I drop Spam of 
score 10 or higher. Of course I will change this sometime for a minute 
and try out.
But is there a better method to test a mail with spam score around 8?

The real problem is I have no clue why it seems to work for all other 
smtp relay domains but not this one?

Some config:

  # Spam gets the Subject line prepended with:
  $sa_spam_subject_tag = '### SPAM ### ';
  $undecipherable_subject_tag = '### UNCHECKED ### ';
  $subject_tag_maps_by_ccat{+CC_VIRUS} = [ '### VIRUS ### ' ];
  $subject_tag_maps_by_ccat{+CC_BANNED} = [ '### VIRUS ### ' ];

  # We tag all headers (for 'local' domains) with X-Spam info:
  $sa_tag_level_deflt = undef;

  # This is the system default spam tag level
  # spam will be tagged and the header is inserted
  $sa_tag2_level_deflt = 6.31;

  #we kill spam at level 10! Final destanation is discard.
  $sa_kill_level_deflt = 10;


Transportmap entry of postfix:
  example1.comsmtp:[example2.com]

I hope someone can share some light on this.

Best regards,

Karsten Frohwein

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/amavis-user 
 AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 
 AMaViS-HowTos:http://www.amavis.org/howto/ 


Re: [AMaViS-user] Spam Subject Tag dosn't work for one domain?

2008-11-19 Thread Karsten Frohwein
Mark Martinec schrieb:
 My first guess is that recipient is not considered local.
 If that is not the case, some logging would be helpful.
   
-_- Ah stupid me.

I was so sure its in the list because its generated automatically by a 
script.

@local_domains_maps = ( read_hash($MYHOME/local_domains) );

But if I look into the file its not listed

Okay thanks a lot! Its obvious now it can't work and where I have to look.


Thank you!

Karsten

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/amavis-user 
 AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 
 AMaViS-HowTos:http://www.amavis.org/howto/