[Mailman-Developers] [ mailman-Bugs-589387 ] can user@host.com = user@abc.host.com?

noreply@sourceforge.net noreply@sourceforge.net
Thu, 01 Aug 2002 12:47:47 -0700


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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Paul Marshall (paulmarshll)
Assigned to: Nobody/Anonymous (nobody)
Summary: can user@host.com = user@abc.host.com?

Initial Comment:
I have people who subscribe under user@host.com 
however, their email is identified as 
user@abc.host.com.  When Mailman sees this it 
rejects the post claiming that user@abc.host.com 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-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