Re: [AMaViS-user] SPAM and SPAMMY

2006-11-17 Thread Mark Martinec
Davide,

 what's the difference between spam and spammy?

if  score  kill level = SPAM
else if score  tag3 level = SPAMMY, minor ccat 1
else if score  tag2 level = SPAMMY
else if score  tag level  = CLEAN,  minor ccat 1
else   = CLEAN

  Mark

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
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 and SPAMMY

2006-11-17 Thread Mark Martinec
actually, '' should be '='

  if  score = kill level = SPAM
  else if score = tag3 level = SPAMMY, minor ccat 1
  else if score = tag2 level = SPAMMY
  else if score = tag level  = CLEAN,  minor ccat 1
  else= CLEAN


Mark

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
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/