Doesn't handle sendmail bounces properly

Bug #1079254 reported by Andrey Rahmatullin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
GNU Mailman
Fix Released
Low
Mark Sapiro
flufl.bounce
Fix Released
Low
Mark Sapiro

Bug Description

simplematch.py contains a set of regexes that are aimed at sendmail bounces:

    (_c('the following addresses had'),
     _c('transcript of session follows'),
     _c(r'<(?P<fulladdr>[^>]*)>|\(expanded from: <?(?P<addr>[^>)]*)>?\)'))

But the fulladdr group isn't used anywhere so it 's not that useful (as "expanded from" doesn't always happen).

Related branches

Mark Sapiro (msapiro)
Changed in flufl.bounce:
assignee: nobody → Mark Sapiro (msapiro)
importance: Undecided → Low
milestone: none → 2.2
status: New → Fix Committed
Changed in mailman:
assignee: nobody → Mark Sapiro (msapiro)
Mark Sapiro (msapiro)
Changed in mailman:
importance: Undecided → Low
milestone: none → 2.1.16
status: New → Fix Committed
Barry Warsaw (barry)
Changed in flufl.bounce:
status: Fix Committed → Fix Released
Mark Sapiro (msapiro)
Changed in mailman:
milestone: 2.1.16 → 2.1.16rc1
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.