[Mailman-Users] The results of your email commands

Mark Sapiro msapiro at value.net
Wed Apr 25 00:00:17 CEST 2007


Ki Song wrote:

>Is there a way to disable to message that is sent automatically from Mailman
>when a person subscribes to a list through the mailinglist-join at domain.com
>command?
>
>I only want to "welcome message" to be sent, not the "Results of your email
>commands" email.


There are two ways. The first, which I recommend, is to require
subscription confirmation. In this case, only the confirmation request
is sent, not the command results message.

The only other way is to modify the code in
Mailman/Commands/cmd_subscribe.py by changing the code at the very end
of the module from

    else:
        # Everything is a-ok
        res.results.append(_('Subscription request succeeded.'))

to

    else:
        # Everything is a-ok
        res.respond = 0

-- 
Mark Sapiro <msapiro at value.net>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan



More information about the Mailman-Users mailing list