[Bug 680447] [NEW] parts of recipients adresses between square brackets in are interpreted as seperate addresses

yalu 680447 at bugs.launchpad.net
Tue Nov 23 12:17:00 CET 2010


Public bug reported:

We use max_num_recipients as a vague spam detector and came to the
conclusion that when counting, extra addresses are counted if an address
contains [square brackets]. Example:

test at lists.example.net, jefke [jefke2 at foo.example.net],
jefke3 at example.net, jefke4 at example.net

in the To: or Cc: field will be counted as 6 adresses. I reckon this is
interpreted as an array and flattened or something.

(Yes, []'s are illegal in mail adresses but we receive messages like
that anyway).

Proposed solution: 's/\]/\\]/g' 's/\[/\\[/g'

** Affects: mailman
     Importance: Undecided
         Status: New

-- 
parts of recipients adresses between square brackets in  are interpreted as seperate addresses
https://bugs.launchpad.net/bugs/680447
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.


More information about the Mailman-coders mailing list