Re: [Mailman-Users] Export mail list users

2008-02-24 Thread Savoy, Melinda
Mark,

Thanks for the direction. Appreciate the help.


-Original Message-
From: Mark Sapiro [mailto:[EMAIL PROTECTED]
Sent: Sun 2/24/2008 13:13
To: Savoy, Melinda; mailman-users@python.org
Subject: Re: [Mailman-Users]  Export mail list users
 
savoym [EMAIL PROTECTED] wrote:

Is there a way to export the list of email addresses from a mailing list that
I have setup via the CPANEL gui tool?

See
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq03.062.htp
and
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq06.011.htp.

-- 
Mark Sapiro [EMAIL PROTECTED]The highway is for gamblers,
San Francisco Bay Area, Californiabetter 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=showamp;file=faq01.027.htp


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

2008-02-20 Thread Savoy, Melinda
Well I found a workaround for my problem.  I used in the CGIEmail, as
was suggested yesterday, to just use  an email address in the FROM line
of my CGI form file that was accepted by the email list and it worked
famously.  

I don't know why I had not thought of that but I appreciate the insight
and direction that was given.

Thanks so much for all the help and the responses.

Jason, thanks for all your help and the code that you gave.  I may be
using it in the future.  Thanks so much.

Regards. 

-Original Message-
From: Jason Pruim [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 19, 2008 1:58 PM
To: Savoy, Melinda
Subject: Re: [Mailman-Users] Need ability to allow emails with
specificsubject line

Hi Melinda,

I haven't done much with CGI myself, but I guess you would just have to
change the form to process this new script :) Obviously make sure  
to change any of [EMAIL PROTECTED] to what ever you want it to be.   
And this form is setup to use the POSt method, but can be changed to use
GET... Let me know if you have any questions about it. And if you
improve it, definitely let me know... This was something I cooked up on
my own, and there could be issues with it, but it's been working great
for me for about a year with no spam... But that could be because I
don't allow hardly any spam into my system... Or I'm just lucky :)

I went ahead and zipped both the php script, and my webpage that I
display to gather the info, just so you can see how everything fits
together.


--

Jason Pruim
Raoset Inc.
Technology Manager
MQC Specialist
3251 132nd ave
Holland, MI, 49424
www.raoset.com
[EMAIL PROTECTED]




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=showamp;file=faq01.027.htp


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

2008-02-19 Thread Savoy, Melinda
I am new to the administrative functions of CPANEL and I've tried reading the 
Mailman online manual at the Python website but I cannot find an answer to my 
question. 

I have setup several email lists whereby only specific email addresses are 
accepted to go through to those defined in the email list.  I would like to 
create the ability whereby if an email has specific text in the SUBJECT then, 
like the accepted email addresses, I would like these emails to be accepted as 
well and go through to those defined in the email list. 

I tried using the SPAM filter where in the regex textbox I entered:  Subject: 
Here is my text 
but this did not work. 

Any direction or suggestion on how to best accomplish this would be greatly 
appreciated. 

Regards.


Melinda Savoy
Sr. Programmer Analyst
Financial Applications - Enterprise Systems



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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Need ability to allow emails with specific subject line

2008-02-19 Thread Savoy, Melinda
Jason,

That is exactly what I would like to have happen.

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.

Hope that makes sense.

Is there a way to do what you're suggesting?  If so, how?

Thanks.

-Original Message-
From: Jason Pruim [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 19, 2008 12:39 PM
To: Savoy, Melinda
Cc: mailman-users@python.org
Subject: Re: [Mailman-Users] Need ability to allow emails with specific
subject line


On Feb 19, 2008, at 12:56 PM, Savoy, Melinda wrote:

 I am new to the administrative functions of CPANEL and I've tried 
 reading the Mailman online manual at the Python website but I cannot 
 find an answer to my question.

 I have setup several email lists whereby only specific email addresses

 are accepted to go through to those defined in the email list.  I 
 would like to create the ability whereby if an email has specific text

 in the SUBJECT then, like the accepted email addresses, I would like 
 these emails to be accepted as well and go through to those defined in

 the email list.

 I tried using the SPAM filter where in the regex textbox I entered:   
 Subject: Here is my text
 but this did not work.

 Any direction or suggestion on how to best accomplish this would be 
 greatly appreciated.


Hi Melinda,

What is the problem you're really trying to solve? Would it not be  
possible to add the e-mail addresses that would have to include a  
certain subject to the list and don't subscribe them just allow them  
to post? Just a thought :)


--

Jason Pruim
Raoset Inc.
Technology Manager
MQC Specialist
3251 132nd ave
Holland, MI, 49424
www.raoset.com
[EMAIL PROTECTED]






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=showamp;file=faq01.027.htp


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

2008-02-19 Thread Savoy, Melinda
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, Californiabetter 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=showamp;file=faq01.027.htp