Am 10.04.2012 09:10, schrieb Paul J Stevens:
> On 04/10/2012 02:54 AM, Reindl Harald wrote:
>> hm, should we not respect
>>
>>  * Precedence: bulk
>>  * Auto-Submitted: auto-generated
>>
>> after 
>> http://git.dbmail.eu/paul/dbmail/commit/?id=7216ea4732dc0ad5eb66c76e378af3ea7a34ba4a
>>
>> in dbmail-autoreply?
> 
> Maybe we should ignore messages with Precedence: bulk as an additional
> restriction.

and to be sure "Precedence: list"

>> today/tonight i added both headers to our lib which generates
>> newsletters and other automated messages - dbmail still sends
>> a reply to such messages, i guess the intention of this
>> headers in the above commit is to prevent other servers
>> sending replies to us :-)
> 
> Don't use the To or Cc header for such messages. Use the envelope.
> 
> Or in PHP terms: never use 'mail' (which sucks for many reasons), but
> use the Pear::Net_SMTP package.

in never used mail() in my life, the function himself
is explicitly forbidden on all servers maintained by me
since 2003 :-)

http://code.google.com/a/apache-extras.org/p/phpmailer/downloads/list

below a message source which would currently trigger
a reply for "h.rei...@thelounge.net" where i would
say the headers state clearly not to do so
_______________________

Received: from arrakis.thelounge.net (arrakis.thelounge.net [10.0.0.6])
        by mail.thelounge.net (Postfix) with ESMTP id 964FEB4
        for <h.rei...@thelounge.net>; Tue, 10 Apr 2012 09:22:29 +0200 (CEST)
Date: Tue, 10 Apr 2012 09:22:29 +0200
To: h.rei...@thelounge.net
From: Harry <ha...@rhsoft.net>
Subject: Test
Message-ID: 
<213d5b5014c070a41e48bd23390270a5316401a81334042...@arrakis.thelounge.net>
X-Received: 10.0.0.241 (openvpn-rh.thelounge.net) on panel.thelounge.net by
        HTTP
Precedence: bulk
Auto-Submitted: auto-generated
MIME-Version: 1.0
Return-Path: ha...@rhsoft.net
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable


Mail-Header-Test



Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
DBmail mailing list
DBmail@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Reply via email to