summaryrefslogtreecommitdiff
path: root/Mailman/htmlformat.py
diff options
context:
space:
mode:
authorklm1998-05-24 14:12:22 +0000
committerklm1998-05-24 14:12:22 +0000
commit557777662767396db83cf981266e184f70f66b02 (patch)
treea344c02376710bf03befd3d5e2edd63ab5985337 /Mailman/htmlformat.py
parentbc06fc6ca08e666968611443d9f86603e7d7272d (diff)
downloadmailman-557777662767396db83cf981266e184f70f66b02.tar.gz
mailman-557777662767396db83cf981266e184f70f66b02.tar.zst
mailman-557777662767396db83cf981266e184f70f66b02.zip
Added provision for a bounce message where the email address is on a
different line than the cue. Thus we have to use two separate checks: - One regex, 'separate_cue_1', to identify this as an failure notice. The flag var, 'check_prospects', is set if this regex triggers. - Another regex, 'separate_addr_1', adds the addr to prospects if triggered. Prospects are only used when 'check_prospects' has been set, to ensure that the message being examined is in fact a failure notice. (The two hosts i'm dealing, parrot and glyph, happen to run run berkeley sendmail 8.8.5, which happens to issue failure notices like this. I would not be surprised if more recent sendmails did, too...)
Diffstat (limited to 'Mailman/htmlformat.py')
0 files changed, 0 insertions, 0 deletions