Re: [Mailman-Users] Subscriber question

2007-07-22 Thread Mark Sapiro
Dennis Carr wrote: >Mark Sapiro wrote: >>> I assume the only way is to subscribe with a second address >> >> >> Correct! > > >What about the delimiters? Or would that interfere with VERP? That's a good idea. I just looked at VERP_REGEXP, and I don't think there would be a problem with either

Re: [Mailman-Users] Subscriber question

2007-07-22 Thread Dennis Carr
Mark Sapiro wrote: >> I assume the only way is to subscribe with a second address > > > Correct! What about the delimiters? Or would that interfere with VERP? -Dennis Carr -- Mailman-Users mailing list Mailman-Users@python.org http://mail.p

Re: [Mailman-Users] Reg expressions question

2007-07-22 Thread Mark Sapiro
Dan Lowe wrote: > >On Jul 22, 2007, at 9:08 PM, Jason L wrote: > >> I don't know much about regex but in my subjects I need to match say >> >> BLAHBLAHBLAH and anything after it I tried BLAHBLAHBLAH* but it >> doesn't seem to work. > >"*" means "match 0 or more of the previous item". So in this

Re: [Mailman-Users] Reg expressions question

2007-07-22 Thread Dan Lowe
On Jul 22, 2007, at 9:08 PM, Jason L wrote: > I don't know much about regex but in my subjects I need to match say > > BLAHBLAHBLAH and anything after it I tried BLAHBLAHBLAH* but it > doesn't seem to work. "*" means "match 0 or more of the previous item". So in this case, you are asking t

Re: [Mailman-Users] Subscriber question

2007-07-22 Thread Brad Knowles
On 7/22/07, Dave Foran wrote: > Is it possible as a subscriber to receive messages to the listserv both as > individual emails AND as a daily digest? If you subscribe with a second address and set one of them to "digest mode", you should be able to do that. I don't know of any other way to ac

[Mailman-Users] Reg expressions question

2007-07-22 Thread Jason L
I don't know much about regex but in my subjects I need to match say BLAHBLAHBLAH and anything after it I tried BLAHBLAHBLAH* but it doesn't seem to work. http://listserver.weatherserver.net Weather Alerts, Traffic Alerts, Toronto Fire CAD Alerts A

Re: [Mailman-Users] Subscriber question

2007-07-22 Thread Mark Sapiro
Dave Foran wrote: > >I got this question today > > >Is it possible as a subscriber to receive messages to the listserv both as >individual emails AND as a daily digest? I'd like to keep current with the >discussion, but archive the daily digest for my reference, which I used to >do with the old lis

[Mailman-Users] Subscriber question

2007-07-22 Thread Dave Foran
I got this question today Is it possible as a subscriber to receive messages to the listserv both as individual emails AND as a daily digest? I'd like to keep current with the discussion, but archive the daily digest for my reference, which I used to do with the old list. Can't seem to figure ou

Re: [Mailman-Users] Can't connect to MTA Exim4

2007-07-22 Thread Daniel D Jones
On Sunday 22 July 2007 10:44, Daniel D Jones wrote: > Setting up a new server with Mailman and Exim4. Exim is sending and > receiving mail and the mailing list is created and accepts mail. It's > failing on trying to send it out. In the smtp_failure log, I get this: > > Jul 22 10:23:26 2007 (238

[Mailman-Users] Can't connect to MTA Exim4

2007-07-22 Thread Daniel D Jones
Setting up a new server with Mailman and Exim4. Exim is sending and receiving mail and the mailing list is created and accepts mail. It's failing on trying to send it out. In the smtp_failure log, I get this: Jul 22 10:23:26 2007 (2382) delivery to [EMAIL PROTECTED] failed with code -1: plea

Re: [Mailman-Users] Prerequesits for mailman and a mta

2007-07-22 Thread Helmut Schneider
From: "Mark Sapiro" <[EMAIL PROTECTED]> > Helmut Schneider wrote: >>Thanks, but I wonder why mailman does not send emails e.g. invitations. > In mm_cfg.py I set: >>DELIVERY_MODULE = 'SMTPDirect' >>SMTPHOST = 'localhost' >>SMTPPORT = 25 >>There are no errors at logs/error, there is a hosts and a r