-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,
is it possible to configure qmail-scanner 1.20st in a way that it does
not notify the admin of a silent virus? In 1.16 it was quite trivial to
patch qmail-scanner in a way that it did what I wanted, but now my perl
know how proves to be to low...
It would be sufficient, if someone point me in the right direction on
how to patch the following code:
  &email_sender("sender") if (&valid_virus_to_report($quarantine_description));
  &email_sender("admin") if ($quarantine_event ne "Policy:SPAM-DELETE");
  if ($trecips =~ /\0T/) {
    for $recip (split(/\0T/,$trecips)) {
      &email_recips($recip) if ($quarantine_event ne
"Policy:SPAM-DELETE");
    }
  } else {
    &email_recips($recips) if ($quarantine_event ne
"Policy:SPAM-DELETE");
  }

I know that the second line has to be altered in way that it matches the
first one, but how?

Sorry for this stupid question...


Cheers
Nicki

- -- 
Linksystem Muenchen GmbH                         [EMAIL PROTECTED]
Schloerstrasse 10                          http://www.link-m.de
80634 Muenchen                             Tel. 089 / 890 518-0
We make the Net work.                      Fax 089 / 890 518-77
PGP-Key:                                        
https://www.link-m.de/pgp/n.messerschmidt.asc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Get keys at: https://www.link-m.de/pgp

iD8DBQFAIm3m6zWc+bXuIEMRAn8gAKDrdtk89Etyd2tDxvSEKf7vViFDZQCg3Q4c
1JJl88/IZoMRjT3uoifZELc=
=UE8F
-----END PGP SIGNATURE-----



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to