Re: [Mailman-Users] Googlemail vs Gmail Bounce

2009-11-10 Thread Mark Sapiro
James Sadri wrote:

I have an issue with people using @gmail and @googlemail domains
interchangably. I know some mailing lists you can configure to treat them as
the same - is there a way to do that with Mailman?


This will be properly supported in MM3. In MM2.1, short of hacking the
code, there are two ways.

The member can subscribe both addresses and set one to no mail, or you
can hold non-member posts and when approving a post from a googlemail
address of a gmail member (or vice versa) check the box to add the
poster to the non-member Accepts filter.

-- 
Mark Sapiro m...@msapiro.netThe highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Googlemail vs Gmail Bounce

2009-11-10 Thread Adam McGreggor
On Tue, Nov 10, 2009 at 08:29:44AM -0800, Mark Sapiro wrote:
 The member can subscribe both addresses and set one to no mail, or you
 can hold non-member posts and when approving a post from a googlemail
 address of a gmail member (or vice versa) check the box to add the
 poster to the non-member Accepts filter.

Another, rather messy way *could* be to use find_members for
gmail/googlemail, pipe to a file, use sed to build the 
counterparts, tr to replace \n with ', ', and then withlist to add 'em
to (accept|hold)_these_nonmembers... bonus points for using diff to
only do anything if there are changes to the find_members output.

I can't remember which of my list(s) had a few posters with this
'problem', but such a script shouldn't take too long to write (I don't
always commit 'trivial' scripts to my repo. mybad.)

-- 
I am invariably puzzled by the attitude of Oxbridge to its 
 ecclesiastical past. Hearing grace recited before dinner by
 people you know don’t believe a word of it seems to be 
 considered quite normal.
   -- David Colquhoun
--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

[Mailman-Users] Googlemail vs Gmail Bounce

2009-11-09 Thread James Sadri
Hi everyone,

This is not the standard Gmail issue about receiving a copy of your posts.

I have an issue with people using @gmail and @googlemail domains
interchangably. I know some mailing lists you can configure to treat them as
the same - is there a way to do that with Mailman?

If someone subscribes with john...@gmail.com it would be great if sending
email from john...@googlemail.com didn't bounce.

Any ideas?

Cheers,

James
--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org