diff options
| author | bwarsaw | 2002-05-22 00:23:57 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-05-22 00:23:57 +0000 |
| commit | 72c18a35a2cb3a38f7feccfbf7a638734202e166 (patch) | |
| tree | de48ed06dafaa829d9b0ef605a6b683b465eccb9 /Mailman/Message.py | |
| parent | 998387258e3de9ed0e98b7ea3954242dac6b4057 (diff) | |
| download | mailman-72c18a35a2cb3a38f7feccfbf7a638734202e166.tar.gz mailman-72c18a35a2cb3a38f7feccfbf7a638734202e166.tar.zst mailman-72c18a35a2cb3a38f7feccfbf7a638734202e166.zip | |
_dispose(): Inhibit replybot when Precedence: is any of bulk, junk, or
list. Chuq gives us the relevant info from the sendmail docs:
When the name is found in a "Precedence:" field, the
message class is set to num. Higher numbers mean
higher precedence. Numbers less than zero have the
special property that if an error occurs during pro-
cessing the body of the message will not be returned;
this is expected to be used for "bulk" mail such as
through mailing lists. The default precedence is
zero. For example, our list of precedences is:
Pfirst-class=0
Pspecial-delivery=100
Plist=-30
Pbulk=-60
Pjunk=-100
People writing mailing list exploders are encouraged
to use "Precedence: list". Older versions of sendmail
(which discarded all error returns for negative prece-
dences) didn't recognize this name, giving it a
default precedence of zero. This allows list main-
tainers to see error returns on both old and new ver-
sions of sendmail.
Diffstat (limited to 'Mailman/Message.py')
0 files changed, 0 insertions, 0 deletions
