>
> Hi,
>
> since I have installed qmail-scanner, I have experienced severe problems
> with some mails. Apparently, qmail-scanner _bounces_ mails instead of
> forwarding them. Attached is a mail that went through my local qmail+qs
> isntallation, including headers. Note the "From" envelope in the first
> line, and the ">From" line after the qmail-scanner headers.
>
> This is bad because sendmail chokes on such mails and most mail clients
> then display the full headers, starting with ">From". This does not
> happen when I use qmail directly.
>
>
> Any ideas?
>
>


When building Q-S use the option for configure " --add-dscr-hdrs no".  This
is an obsolete feature and Q-S now uses the add'l Recieved: header as shown
in your attached email:

Received: from [EMAIL PROTECTED] by kiste
         by uid 64011 with qmail-scanner-1.10 (spamassassin. Clear:0. Processed in
4.148187 secs); 05 May 2002 09:47:33 -0000

or just edit qmail-scanner-queue.pl manually and change:
my $descriptive_hdrs=1;

to:
my $descriptive_hdrs=0;


---
Ed.


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to