[Mailman-Users] Need ability to allow emails with specificsubject line

Savoy, Melinda MelindaSavoy at texashealth.org
Tue Feb 19 20:40:00 CET 2008


You are correct to say that I do not know the email addresses that could
possibly use the form.  

Thanks anyway.   

-----Original Message-----
From: Mark Sapiro [mailto:mark at msapiro.net] 
Sent: Tuesday, February 19, 2008 1:26 PM
To: Savoy, Melinda; Jason Pruim
Cc: mailman-users at python.org
Subject: Re: [Mailman-Users] Need ability to allow emails with
specificsubject line

Savoy, Melinda wrote:
>
>We are a homeowners association and I have several forms that are 
>submitted to our email lists and each form has a specific subject line 
>that when released by the administrator (me)  because they are not in 
>the accepted email addresses listing of the list goes to each of the 
>members of that email list and because that email could be submitted 
>from anyone who completes the form I just was looking for a way to not 
>have to release "accept" the email manually and let it pass through to 
>that email list.


I think what Jason was suggesting is to put the email addresses of the
potential senders of the messages in accept_these_nonmembers, but I
think you're saying you don't know these addresses in advance, so that
won't work.

If your web form actually generates the email to the list, you can
generate it with an

Approved: <password>

header, where <password> is the list admin or list moderator password
(moderator would be safer in case it gets inadvertently exposed via your
web application).

This 'pre-approves' the mail and bypasses the membership tests. The
header is removed from the mail to the list members so the password
isn't exposed that way.

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





The information contained in this message and any attachments is intended only for the use of the individual or entity to which it is addressed, and may contain information that is PRIVILEGED, CONFIDENTIAL, and exempt from disclosure under applicable law.  If you are not the intended recipient, you are prohibited from copying, distributing, or using the information.  Please contact the sender immediately by return e-mail and delete the original message from your system.


More information about the Mailman-Users mailing list