Bugs item #589387, was opened at 2002-07-31 17:42 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=589387&group_id=103
Category: security/privacy Group: 2.0.x >Status: Pending Resolution: None Priority: 5 Submitted By: Paul Marshall (paulmarshll) Assigned to: Nobody/Anonymous (nobody) Summary: can [EMAIL PROTECTED] = [EMAIL PROTECTED]? Initial Comment: I have people who subscribe under [EMAIL PROTECTED] however, their email is identified as [EMAIL PROTECTED] When Mailman sees this it rejects the post claiming that [EMAIL PROTECTED] isn't subscribed to the list. This problem is very similar to the one listed here: http://mail.python.org/pipermail/mailman-users/2002- July/021343.html I tried the solution that the person suggested, modifying SMART_ADDRESS_MATCH =3D 1 in mm_cfg.py, however this still didn't work. I tried it with it set as: SMART_ADDRESS_MATCH = 1 SMART_ADDRESS_MATCH =3D 1 SMART_ADDRESS_MATCH = 0 Although none of these worked, I am assuming it has to be set to true (1). Anyone have any ideas on why that isn't working or whatelse I may need to do? Thanks. Paul ---------------------------------------------------------------------- >Comment By: Barry A. Warsaw (bwarsaw) Date: 2002-08-09 15:24 Message: Logged In: YES user_id=12800 Changing status to Pending, waiting for more information. ---------------------------------------------------------------------- Comment By: Barry A. Warsaw (bwarsaw) Date: 2002-08-01 15:47 Message: Logged In: YES user_id=12800 Well the default of SMART_ADDRESS_MATCH is 1 which should turn on smart address matching. However it's possible that what is actually showing up in the From: field (or Sender: depending on if USE_ENVELOPE_SENDER) is set may not be what you think it is. You should upload a message, with full headers intact for a message that you think is getting incorrectly blocked. Also give the values of SMART_ADDRESS_MATCH and USE_ENVELOPE_SENDER, and include the address that you think this message should have matched. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=589387&group_id=103 _______________________________________________ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman-21/listinfo/mailman-developers
