report a bug |  advanced search |  statistics |  developer log in/out
Request #63 Reduce subscription confirmation address length to fit RFC 5321
Submitted: 2016-10-17 01:52 UTC Modified: -
From: mgorny at gentoo dot org Assigned:
Status: Open
Mlmmj Version: 1.3.0 a/b/rc OS: Gentoo Linux
MTA: postfix MTA Version: 3.1.0
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
35 - 11 = ?
Subscribe to this entry?

 
 [2016-10-17 01:52 UTC] mgorny at gentoo dot org
Description:
------------
Requested in http://mlmmj.org/archive/mlmmj/2016-10/0000002.html.

TL;DR: the local part of mailing list subscription confirmation addresses 
formed of:

  mailing-list-name "+confsub-" 16-random-hex "-" sender-address

can get very long, especially if sender-address is long. However, RFC limits it 
at 64 characters.

So I'm suggesting to drop the sender-address part from this address, since it 
is stored in the related file anyway and the atomic file creation secures the 
random from collisions anyway.