Opened 14 years ago
Closed 14 years ago
#65 closed defect (fixed)
Mailman doesn't support commas in email addresses
Reported by: | adehnert | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | Near Release |
Component: | Default | Version: | |
Keywords: | Cc: | ||
Size: | medium |
Description
Judging by https://diswww.mit.edu/menelaus/asa-db/703 and some testing, mailman fails if the human-readable name for an address being added has a comma. We should escape those or others make this not an issue.
Change History (3)
comment:1 Changed 14 years ago by adehnert
comment:2 Changed 14 years ago by adehnert
- Size set to medium
comment:3 Changed 14 years ago by adehnert
- Resolution set to fixed
- Status changed from new to closed
commit fb765714522ec82f3983a2791deb5c5b7ec4b1e2 Author: Alex Dehnert <adehnert@mit.edu> Date: Sun Feb 26 02:01:42 2012 -0500 Fix util/mailman.py's commas handling (Trac: #65) Changes util/mailman.py and groups/diffs.py so that groups with names including commas can be correctly added and removed from asa-official.
Note: See
TracTickets for help on using
tickets.
It looks like it works if you use quotes. I can't find a sane way to escape quotes, though, so we probably want to delete them or something.