Possible bug in sub email_recips

"Steven Lam, KeenServer" <[email protected]>
Newsgroups gmane.mail.qmail.scanner
Message-ID <[email protected]>
Hi,

First of all: yesterday i downloaded qmail-scanner and i realy like what
is can do!

I think i found a bug in the sub email_recips in qmail-scanner-queue.pl

If the senders address is not replyable the recipient stil gets the
message "A message has been sent to the originator" instead of "This
message was _not_ sent to the originator".

I think this is the solution:

  print SM "
Attention: $recip\n";
  #if (!&is_unreplyable_email('recips')) {
  if (!&is_unreplyable_email('sender')) {
    if (&notify_addr('sender')) {
      print SM "
[A message has been sent to the originator, stating there is a virus
in the Email they just sent to you. No further action is required on
your part.]\n";
    }
  } else {
...

Steven.

-------------------------------------------------------------------------
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.