Bernd,

> Additionally spam_dsn_cutoff_level might be ignored and DSN notifications
> are sent by amavisd

You are right, the following should fix this bug:

--- amavisd~    2008-04-23 20:50:05.000000000 +0200
+++ amavisd     2008-06-16 21:13:05.000000000 +0200
@@ -7292,5 +7292,5 @@
   my($cutoff_byrecip_maps, $cutoff_bysender_maps);
   my($dsn_cutoff_level_bysender, $dsn_cutoff_level);
-  if ($is_dsn && $sender ne '' && defined $spam_level) {
+  if ($is_dsn && $sender ne '') {
     if ($is_credible) {
       do_log(3, "DSN: sender is credible (%s), <%s>", $is_credible,$sender);


Mark

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
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