BLACKLISTED spam is quarantined (I guess 0 is less than the cutoff level
of 4)
Don't know if I noticed this before.
Using sql based blacklist.
(I think I read you can assign numbers to wblist.wb instead of 'W' or
'B')


X-Spam-Score: 0
X-Spam-Level:
****************************************************************
X-Spam-Status: Yes, score=x tag=-999 tag2=4 kill=4 BLACKLISTED tests=[]


In amavisd.conf:

$final_spam_destiny=D_BOUNCE;

In sql policy:

 select  spam_quarantine_cutoff_level from policy where
policy_name='@fdma.com'; 
+------------------------------+
| spam_quarantine_cutoff_level |
+------------------------------+
|                            4 |
+------------------------------+
 select * from wblist;
+-----+-----+----+
| rid | sid | wb |
+-----+-----+----+
|   1 |   1 | W  |
|   1 |   2 | W  |
|   1 |   3 | B  |
|   1 |   4 | B  |
|   1 |   5 | W  |
|   2 |   6 | W  |
|   2 |   7 | B  |
|   2 |   8 | B  |
+-----+-----+----+
select * from mailaddr;
+----+----------+----------------------------+
| id | priority | email                      |
+----+----------+----------------------------+
|  1 |        5 | @listserver.hackertrap.net |
|  2 |        7 | [EMAIL PROTECTED]       |
|  3 |        5 | @paypal.com                  |
|  4 |        7 | [EMAIL PROTECTED]     |
|  5 |        7 | [EMAIL PROTECTED]        |
|  6 |        9 | [EMAIL PROTECTED]               |
|  7 |        9 | [EMAIL PROTECTED]     |
|  8 |        5 | @lists.tehcsupport.com      |
+----+----------+----------------------------+


-- 
Michael Scheidell, CTO
561-999-5000, ext 1131
SECNAP Network Security Corporation
Keep up to date with latest information on IT security: Real time
security alerts: http://www.secnap.com/news
 

-------------------------------------------------------------------------
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.php&p=sourceforge&CID=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/

Reply via email to