public inbox for [email protected]
help / color / mirror / Atom feedFrom: Andrew Sullivan <[email protected]>
To: [email protected]
Subject: Re: Spam filtering on the mailing lists
Date: Thu, 17 Jul 2008 08:45:46 -0400
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
<1216227673.28961.139.camel@jd-laptop>
<[email protected]>
<[email protected]>
<[email protected]>
On Thu, Jul 17, 2008 at 12:01:08AM -0300, Marc G. Fournier wrote:
> Does anyone know if there is some 'rule' that return mail about 'Undeliverable'
> has to be in English?
Nope, there isn't. The bounce message is intended for human
consumption, and therefore localisation is approproate.
Note, however, that many of the messages should have a Content-Type:
multipart/report; report-type=delivery-status; header. See RFC 3462,
which obsoletes RFC 1892.
RFC 3462 requires a machine-parsable delivery report, and one such
report is defined in RFC 3464. Many mail systems (most?) conform to
this these days, so just detecting thatt here is a delivery-status
header, then parsing the second body-part for "^Action: failed" oughta
work. The message/delivery-status content-type MUST be 7 bit, so you
can be relatively certain it's not going to be anything but ASCII.
(AFAIK, there are no machines left on the Internet that leak 7-bit
charsets that are not ASCII).
A
--
Andrew Sullivan
[email protected]
+1 503 667 4564 x104
http://www.commandprompt.com/
view thread (18+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: Spam filtering on the mailing lists
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox