=== modified file 'Mailman/Handlers/ToDigest.py' --- Mailman/Handlers/ToDigest.py 2010-03-25 15:11:22 +0000 +++ Mailman/Handlers/ToDigest.py 2010-03-25 15:23:20 +0000 @@ -187,7 +187,7 @@ mastheadtxt = Utils.maketext( 'masthead.txt', {'real_name' : mlist.real_name, - 'got_list_email': mlist.GetListEmail(), + 'got_list_email': mlist.real_name + "+new@" + mlist.host_name, 'got_listinfo_url': mlist.GetScriptURL('listinfo', absolute=1), 'got_request_email': mlist.GetRequestEmail(), 'got_owner_email': mlist.GetOwnerEmail(),