Found a small bug in MailScanner.pm
Scott Silva
ssilva at sgvwater.com
Fri Sep 22 00:37:01 IST 2006
Holger Gebhard spake the following on 9/21/2006 3:00 PM:
> Hi Julian,
>
> i found a small bug in MailScanner.pm (sub HandleSpamBounce)...
> With the current code no Spambounce can be send... Results in a
> malformed message ;-)
>
> Current:
>
> # Boring untainting again...
> /(.*)/;
> $emailmsg .= MailScanner::Config::DoPercentVars($line) . "\n";
> $line = eval "\"$1\"";
>
> Must be:
>
> # Boring untainting again...
> /(.*)/;
> $line = eval "\"$1\"";
> $emailmsg .= MailScanner::Config::DoPercentVars($line) . "\n";
>
>
> Regards
>
> Holger
>
Since spam bouncing is a BAD idea, I don't think that Julian is in a real
hurry to fix that one ;-)
--
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't!!!!
More information about the MailScanner
mailing list