
Il giorno mer, 12/08/2009 alle 08.24 -0700, Mark Sapiro ha scritto:
Andrea Cappelli wrote: This feature, but not necessarily this implementation, will be in MM 3.
Ok
The main thing you need to do is arange for mail delivery (postfix-to-mailman.py in your case) to deliver mail addressed to list@example.com, list-bounces@example.com, etc. and also list-bounces+xxx@example.com and list-confirm+xxx@example.com to the appropriate list-example.com list.
So I have to create the list with the original name plus a unique trailing and after create mail alias and let postfix rewrite the destination from the alias to the real name before passing the mail to mailman, correct?
Then the fun begins. If you want the 'correct' address in the List-* headers, etc., that's a patch. Probably just to MailList.getListAddress().
If you are willing to use the list-example.com names for the web interface and elsewhere, that may be enough, but you will undoubtedly discover other things that need to be 'fixed'.
Thany you for the reply, I'll try and if i'll reach the goal i'll post the solution here