I'm having trouble getting messages out to subscribers. Approval messages,
when I approve a new subscriber, are making it to their destination as are
messages if a subscriber has been rejected. When I send a message to the list
for an announcement, it is never received and nothing comes back.
Thx Mark. That worked.
-jm
Mark Sapiro wrote:
Jim McIver wrote:
I've found a mod.py that will show users in a list that have the
moderator bit set.
# mod.py
>from Mailman import mm_cfg
import sys
def mod(list):
for member in list.getMembers():
if list.getMemberOption
Guys, thanks for all the help on this. I am going to try another temporary
workaround but I will work on this on my test mailing list (because I need to
get the problem eventually resolved) and I will let you all know.
Gary
Gary Moore, CISSP
Assistant Dean for Information Systems
Hofstra Uni
Grant
Thanks for the response, I will take a look at the setting on that. And yes, I
will let gladly let everyone know if that solves the problem.
And I apologize to all of you for the mea culpa yesterday in not saying
"mailing list". I first used that other mailing list software 20 years
Grant,
I actually just checked and I have the setting edit_filter_content set to "no"
and the pass_mime_types was blank.
Gary
Gary Moore, CISSP
Assistant Dean for Information Systems
Hofstra University School of Law
gary.p.mo...@hofstra.edu
(516) 463-6067
>>> On 2/3/2009 at 10:38 AM, in m
I am running
- Mailman 2.1.9
- Qmail
- CentOs
- MySQLdb module
I have been able to successfully send a mail to my list members, who are
stored in a MySQL, database. This worked when there were eight members.
Now that I'm trying it on a production level with approx. 200 members
it doesn't work
On 02/03/09 15:34, Mark Sapiro wrote:
So basically, if content filtering is on and if pass_mime_types is
non-empty, any and all parts that are passed through (and not
filtered) have to be in the pass_mime_types list. If the part(s) in
question, no matter where they are in the message, are not
Grant Taylor wrote:
>On 02/03/09 13:13, Mark Sapiro wrote:
>> is to accept only text/plain parts, but to accept them no matter how
>> deeply they may be nested in the original MIME structure. Content
>> filtering will leave higer level multipart/* and message/rfc822 parts
>> in the message, but on
Jeff Bernier"wrote:
>
>I moved my list following instructions you posted to me on 30 Jan. After the
>move, I attempted to log in as list admin, and received the following:
>Bug in Mailman version 2.1.9
>We're sorry, we hit a bug!
>Please inform the webmaster for this site of this problem. Printin
On 02/03/09 14:26, Brian Carpenter wrote:
Yeah just saw Brad's post after I sent mine.
No harm, no foul. We are all human and if we are lucky we learn
something every day. :}
Grant. . . .
--
Mailman-Users mailing list
Mailman-Users@pyth
> -Original Message-
> From: mailman-users-bounces+brian=emwd@python.org [mailto:mailman-
> users-bounces+brian=emwd@python.org] On Behalf Of Grant Taylor
> Sent: Tuesday, February 03, 2009 3:15 PM
> To: Mail List - Mailman
> Subject: Re: [Mailman-Users] Mailing list servers ..
>
On 02/03/09 14:14, Brian Carpenter wrote:
I have never come across such service providers nor have I come
across large ISPs such as Yahoo.com and AOL.com offering such a
program to other email providers. We have simply gotten our servers
whitelisted with these large ISPs and made sure all of ou
> -Original Message-
> From: mailman-users-bounces+brian=emwd@python.org [mailto:mailman-
> users-bounces+brian=emwd@python.org] On Behalf Of Grant Taylor
> Sent: Tuesday, February 03, 2009 2:13 PM
> To: Mail List - Mailman
> Subject: Re: [Mailman-Users] Mailing list servers ..
>
>
Mark,
I moved my list following instructions you posted to me on 30 Jan. After the
move, I attempted to log in as list admin, and received the following:
Bug in Mailman version 2.1.9
We're sorry, we hit a bug!
Please inform the webmaster for this site of this problem. Printing of
traceback and
Fil wrote:
Spam apart, does such a service exist? A mail relay that works with
major email providers to have the best delivery rates?
If you sign up for service with a company like ReturnPath, they have a whole
list of guidelines that you need to follow in order to be on their
SenderScoreCe
On 02/03/09 13:13, Mark Sapiro wrote:
is to accept only text/plain parts, but to accept them no matter how
deeply they may be nested in the original MIME structure. Content
filtering will leave higer level multipart/* and message/rfc822 parts
in the message, but only those which ultimately contai
On 02/03/09 13:13, Fil wrote:
Spam apart, does such a service exist? A mail relay that works with
major email providers to have the best delivery rates?
I believe there are indeed some services that utilize things like
eStamps where a nominal fee per email is payed to help ensure that the
me
Grant Taylor wrote:
>
>Question: If a message is passed as a message/rfc822 attachment, what
>happens to it's MIME sub-parts? Are they filtered too?
Yes. Content filtering works recursively. If any content type part is
filtered, it is removed along with all its sub-parts. If a content
type par
Spam apart, does such a service exist? A mail relay that works with
major email providers to have the best delivery rates?
-- Fil
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailma
Jeff Bernier wrote:
>
>Thank you very much for your help with this. I have just one more question...
>
>The source Mailman for my list to be moved is version 2.1.5. The destination
>Mailman is version 2.1.9. Is there anything I need to take into consideration
>with my move?
You will note I sa
On 02/03/09 11:27, Mark Sapiro wrote:
Yes, that appears to be the issue. The Blog is forwarding the message
to the list as a message/rfc822 part.
*nod*
I suspect that content filtering is off here. Content filtering is not
the issue. It is neither helping nor hindering in this case.
Ok...
niel mc wrote:
>
>I need help on my Mailman server.
>My Mailman server is operational and I am using it.
>Then I created another Mailman server of a separate computer, so that makes
>I have 2 Mailman servers.
>I need to migrate the mailing list of my old Mailman server to my new
>Mailman server.
>
Mark and others,
Thank you very much for your help with this. I have just one more question...
The source Mailman for my list to be moved is version 2.1.5. The destination
Mailman is version 2.1.9. Is there anything I need to take into consideration
with my move?
-Jeff
>>> On 1/30/2009 at 11
Jim McIver wrote:
>
>I've found a mod.py that will show users in a list that have the
>moderator bit set.
>
># mod.py
>
>from Mailman import mm_cfg
>import sys
>
>def mod(list):
>for member in list.getMembers():
>if list.getMemberOption(member, mm_cfg.Moderate):
>print memb
Grant Taylor wrote:
>On 02/02/09 13:57, Gary Moore wrote:
>> My apologies if this has been on the list before. I have a mailman
>> listserv that I have setup to digest. The messages are forwarded
>> from our blog to a general resource account which sends them out to
>> the listserv. When the
On 02/03/09 09:53, Gary Moore wrote:
Thanks for the response, I will take a look at the setting on that.
And yes, I will let gladly let everyone know if that solves the
problem.
You are welcome, and thank you.
And I apologize to all of you for the mea culpa yesterday in not
saying "mailing
> -Original Message-
> From: mailman-users-bounces+brian=emwd@python.org [mailto:mailman-
> users-bounces+brian=emwd@python.org] On Behalf Of Adam McGreggor
> Sent: Tuesday, February 03, 2009 10:54 AM
> To: Grant Taylor
> Cc: Mail List - Mailman
> Subject: Re: [Mailman-Users] Mailin
On Tue, Feb 03, 2009 at 09:48:12AM -0600, Grant Taylor wrote:
> On 02/03/09 09:29, Brad Knowles wrote:
> >Congratulations. You just got yourself banned from the list because you
> >spammed us.
>
> *Chuckle*
It was sending from an hotmail address that amused me, given the rest of
the content.
-
On 02/03/09 09:29, Brad Knowles wrote:
Congratulations. You just got yourself banned from the list because you
spammed us.
*Chuckle*
Hat's off to you Brad. :)
Grant. . . .
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mai
On 02/02/09 07:54, Tim Ferguson wrote:
Although I could quite possibly overlooked it, is there a way to make
a list to where only one person, say the moderator(s), list admin or
site admin and post anything to the list? We like to set up a list
for parents to sign up for to receive special not
On 02/02/09 13:57, Gary Moore wrote:
My apologies if this has been on the list before. I have a mailman
listserv that I have setup to digest. The messages are forwarded
from our blog to a general resource account which sends them out to
the listserv. When the digest is sent out (see attached
faisal anif wrote:
we make class "A" mail servers that will guarantee the delivery of yor
messages DIRECTLY to hotmail, yahoo, gmail and all other mail services..
no more messages stuck in the queue because the remote mail servers
refuses your mail ..
no matter how big your list is .. we guaran
Dear mailman users..
we make class "A" mail servers that will guarantee the delivery of yor messages
DIRECTLY to hotmail, yahoo, gmail and all other mail services.. no more
messages stuck in the queue because the remote mail servers refuses your mail
..
no matter how big your list is .. w
> -Original Message-
> From: mailman-users-bounces+brian=emwd@python.org [mailto:mailman-
> users-bounces+brian=emwd@python.org] On Behalf Of Naz
> Sent: Monday, February 02, 2009 8:53 PM
> To: mailman-users@python.org
> Subject: [Mailman-Users] Commercial support?
>
> I want to se
Tim Ferguson writes:
> Although I could quite possibly overlooked it, is there a way to
> make a list to where only one person, say the moderator(s), list
> admin or site admin and post anything to the list?
Check the FAQ for "announcement list" (or maybe "announce-only" or the
like).
35 matches
Mail list logo