Package: bsmtpd Version: 2.3pl8b-16 Severity: normal Tags: patch I've just noticed that a leading dot in a line is not only duplicated but tripplicated (sp?) when using bsmtp and postfix in the documented (README.Debian) fashion. Apparenly, Postfix is duplicating the leading dot already, but then bsmtp (started with -d) is duplicating it as well.
That makes it one dot too much and hence created a "BAD signature" when the mail body is also signed. The correction is simple: --- README.Debian 2001-11-03 13:06:27.000000000 +0100 +++ /tmp/README.Debian 2005-05-06 21:21:20.000000000 +0200 @@ -54,7 +54,7 @@ longer than 80 chars, so take care that wraps): bsmtp unix - n n - - pipe - flags=F user=bsmtp argv=/usr/lib/bsmtp/bsmtp -d -t$nexthop -f$sender $recipient + flags=F user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient From now you can use the new "mailer" bsmtp in /etc/postfix/transport like this: Regards, Joey -- If nothing changes, everything will remain the same. -- Barne's Law Please always Cc to me when replying to me on the lists. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]