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:[EMAIL PROTECTED] 
Sent: Tuesday, February 19, 2008 1:26 PM
To: Savoy, Melinda; Jason Pruim
Cc: mailman-users@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 <[EMAIL PROTECTED]>        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.
------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to