Hello.

At Fri, 12 Mar 2004 13:40:53 +1300,
Jason Haar wrote:

> After much dithering, I am releasing 1.21 on the world.

Thanks for your great works. :)

> * Q-S now defaults to only notifying the sender and admin if  e-mail was
> blocked for "policy" reasons (called "psender,nmlvadm").

When I configured with '--notify admin' and ran
'contrib/test_installation.sh -doit', I didn't get any virus notification.
(Of course I got a normal test mail and a spam test mail.)

The reason seems to be the following:

(from a diff between 1.20 and 1.21)
======================================================================
@@ -1721,24 +1781,43 @@


 sub email_sender {
+  #Don't e-mail bounced mail messages/etc!
+  return if (&is_unreplyable_email('sender'));
   my($addr_type)[EMAIL PROTECTED];
======================================================================

Since "&is_unreplyable_email('sender)'" of the test virus mail made by
'test_installation.sh' is true, no notification will occur.

BTW, I found a typo in CHANGES:

> * The CR/NULL char check has historically caused grief for some
>   sites. Even though I feel that people should fix the broken client
>   that generates such messages, Q-S now allows you to configure it with
>   a "--ignore-eol-checks" which will turn off those checks - but allows
>   it to keep doing the other invalid MIME checks. I hope now that no-one
>   will need to use "--fix-mime 0"

"--ignore-eol-checks" -> "--ignore-eol-check"

Regards,
-- 
Kazuhiko @ ...
  Momonga Linux                         http://www.momonga-linux.org/
  Electronic Dictionary Open Laboratory http://openlab.jp/edict/
  Electronic Font Open Laboratory       http://openlab.jp/efont/


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to