Re: [Mailman-Users] Disable any notifications after user subscibes via LISTNAME-join@DOMAIN?

2015-03-27 Thread Mark Sapiro
On 03/27/2015 03:22 AM, Danijel Domazet wrote: (Please keep threads on the list unless there is some privacy reason not to.) > > One more question related to the same issue. > > Here is the code I added to avoid auto reply: > > field = msg.get('to', '') > if 'mylist-join' in field: >

Re: [Mailman-Users] Disable any notifications after user subscibes via LISTNAME-join@DOMAIN?

2015-03-25 Thread Mark Sapiro
On 03/25/2015 03:46 AM, Danijel Domazet wrote: > Thanks Mark, > > I tried to patch it with: > self.respond = False > but that didn't work. Where did you put that line? > Then I also tried to add immediate return from send_response, like so: > > def send_response(self): > return >

[Mailman-Users] Disable any notifications after user subscibes via LISTNAME-join@DOMAIN?

2015-03-24 Thread Danijel Domazet
Hi Mailman users, When a user tries to subscribe to the list by sending email to LISTNAME-join@DOMAIN, he/she receives an email reply with subject "The results of your email commands", etc. Is there a way to disable any email notifications sent to the user after he subscibes to the list via LISTNA