a dot alone in a line (bug?)

Andreas Hasenack ahasenack at terra.com.br
Sat May 20 22:59:25 CEST 2006


Em Sex 19 Mai 2006 22:32, David Relson escreveu:
> Interesting!  You got trimmed!

Fixed!

The issue was that my bogofilter script was at the end 
calling /usr/sbin/sendmail like this:
$SENDMAIL "$@" < msg.$$

While it should have been like this:
$SENDMAIL -i "$@" < msg.$$

This "-i" option means (postfix's sendmail(1) manpage):
      -i     When  reading  a message from standard input, don´t treat a line
              with only a . character as the end of input.




More information about the Bogofilter mailing list