Re: [Mailman-Users] Subject line message filtering

2013-02-12 Thread Chris Nulk
On 2/11/2013 6:40 PM, Mark Sapiro wrote: Chris Nulk wrote: {SNIP} The only issue I have now is the boss wants to be able to send a reject message if a message is rejected when it matches a rule. The only option I have is to hold the message and let the moderator send the rejection notice. And

Re: [Mailman-Users] Subject line message filtering

2013-02-11 Thread Mark Sapiro
Chris Nulk wrote: >On 2/8/2013 4:28 PM, Mark Sapiro wrote: >> Chris Nulk wrote: >> >>> My regex filter is: >>> >>>^Subject:[\s\+]*\[.*\]\s+(Invitation|Canceled Event):.* [...] >The [\s\+]* was deliberate. Most of our lists but the list name in >brackets ('[', ']'), however, we have a few

Re: [Mailman-Users] Subject line message filtering

2013-02-11 Thread Chris Nulk
On 2/8/2013 4:28 PM, Mark Sapiro wrote: Chris Nulk wrote: My regex filter is: ^Subject:[\s\+]*\[.*\]\s+(Invitation|Canceled Event):.* I know you've resolved this and that the issue was that header_filter_rules are processed way before the subject_prefix is added so you didn't want the

Re: [Mailman-Users] Subject line message filtering

2013-02-08 Thread Mark Sapiro
Chris Nulk wrote: > My regex filter is: > > ^Subject:[\s\+]*\[.*\]\s+(Invitation|Canceled Event):.* I know you've resolved this and that the issue was that header_filter_rules are processed way before the subject_prefix is added so you didn't want the '\[.*\]'part of the pattern, but I'm

Re: [Mailman-Users] Subject line message filtering

2013-02-08 Thread Chris Nulk
On 2/8/2013 11:44 AM, Richard Damon wrote: On 2/8/13 12:52 PM, Chris Nulk wrote: Hello all, I am trying to stop a particular group of messages from going to several of my lists. I am looking at the Subject line of the message to do the filtering and I am using the header_filter_rules in Spam F

Re: [Mailman-Users] Subject line message filtering

2013-02-08 Thread Richard Damon
On 2/8/13 12:52 PM, Chris Nulk wrote: > Hello all, > > I am trying to stop a particular group of messages from going to > several of my lists. I am looking at the Subject line of the message > to do the filtering and I am using the header_filter_rules in Spam > Filtering. My regex filter is: > >

[Mailman-Users] Subject line message filtering

2013-02-08 Thread Chris Nulk
Hello all, I am trying to stop a particular group of messages from going to several of my lists. I am looking at the Subject line of the message to do the filtering and I am using the header_filter_rules in Spam Filtering. My regex filter is: ^Subject:[\s\+]*\[.*\]\s+(Invitation|Cance

Re: [Mailman-Users] Subject line spacing

2007-09-17 Thread Mark Sapiro
Aaron Crosman wrote: > >For the example he forwarded me the original subject was: >Workers score second victory over Fujikura's greed > >And the subject that went out to all his list members was: >CFOmaquiladoras Updater: Workers score second victory overFujikura's >greed Mailman adds the subject

[Mailman-Users] Subject line spacing

2007-09-17 Thread Aaron Crosman
I'm having an odd problem with messages from one list admin to a couple lists (that are used as newsletters). When he sends the message he gets a moderation confirmation message, and the subject of the original message is just fine. But when he approves the message to go to the whole list, it rem

Re: [Mailman-Users] Subject line filtering

2006-12-02 Thread Duane Clark
Patrick Bogen wrote: > SpamDetect should be the first handler in the pipeline, which means > that header_filter_rules should be one of the first things checked. I > do not know what is causing your issue. > > What does the vette log have to say about these messages? Well, that particular type of

Re: [Mailman-Users] Subject line filtering

2006-11-30 Thread Patrick Bogen
SpamDetect should be the first handler in the pipeline, which means that header_filter_rules should be one of the first things checked. I do not know what is causing your issue. What does the vette log have to say about these messages? Please keep all replies on-list. - Patrick Bogen On 11/30/0

Re: [Mailman-Users] Subject line filtering

2006-11-30 Thread Patrick Bogen
On 11/30/06, Duane Clark <[EMAIL PROTECTED]> wrote: > ^subject:.*hi\sit > ^subject:.*wrote: > But they don't seem to work. I am not very familiar with regular > expressions. Can someone point out something I am doing wrong? These look fine to me. What do you have the action set to for these rules?

[Mailman-Users] Subject line filtering

2006-11-30 Thread Duane Clark
First let me say that I realize that filtering is supposedly better done at the MTA level (and we are running spam assassin), but I don't have access to that level; I am only a moderator for several lists, and I would like to be able to do simple filtering without bothering the sys admin. With

Re: [Mailman-Users] Subject Line on Invite Messages

2006-09-12 Thread Brad Knowles
At 12:57 PM -0500 2006-09-12, <[EMAIL PROTECTED]> wrote: > Hi Brad, Sorry to bother again. We have looked through the Defaults.py and > perform searches on the Internet and tried different options in the > mm_cfg.py, including the one in the > http://www.list.org/mailman-install/node36.html.

Re: [Mailman-Users] Subject Line on Invite Messages

2006-09-12 Thread Jimmy.do
man-users@python.org Cc: 'Brad Knowles' Subject: Re: [Mailman-Users] Subject Line on Invite Messages Hi Brad, Thanks for the reply. We did an update of Mailman in RedHat ES 3 and now Mailman is version 2.1.5.1-25. However, we are still getting the generic subject line (confirm aad5624d31

Re: [Mailman-Users] Subject Line on Invite Messages

2006-09-08 Thread Jimmy.do
VERP_PERSONALIZED_DELIVERIES = Yes VERP_CONFIRMATIONS = Yes === -Original Message- From: Brad Knowles [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 05, 2006 5:02 PM To: [EMAIL PROTECTED]; mailman-user

Re: [Mailman-Users] Subject Line on Invite Messages

2006-09-05 Thread Brad Knowles
At 4:20 PM -0500 2006-09-05, <[EMAIL PROTECTED]> wrote: > Hi, Does the VERP_CONFIRMATIONS = Yes only works on certain version of > Mailman? We have Mailman version 2.1.1-5, Python 3.0.4-0.1, and Qmail > (1.03-rhel3) and have set the setting as suggested; but we are still getting > the generic

[Mailman-Users] Subject Line on Invite Messages

2006-09-05 Thread Jimmy.do
Hi, Does the VERP_CONFIRMATIONS = Yes only works on certain version of Mailman? We have Mailman version 2.1.1-5, Python 3.0.4-0.1, and Qmail (1.03-rhel3) and have set the setting as suggested; but we are still getting the generic subject line for list subscription confirmation email. Thanks, Jimmy

Re: [Mailman-Users] Subject Line on Invite Messages

2004-07-25 Thread Mark Sapiro
Speedy Gonzalis wrote: > >I would also like to implement this but all that I have read says VERP requires >cooperation from the MTA. I am using the latest ver of Postfix. What do I have to >do to make VERP and Postfix work together? > I don't know if any specific configuration is required with

Re: [Mailman-Users] Subject Line on Invite Messages

2004-07-25 Thread Speedy Gonzalis
At 11:38 PM 7/22/2004, Mark Sapiro wrote: >Toby Reiter wrote: > > >set >VERP_CONFIRMATIONS = Yes >in mm_cfg.py. > >Read about it in Defaults.py I would also like to implement this but all that I have read says VERP requires cooperation from the MTA. I am using the latest ver of Postfix. What do

Re: [Mailman-Users] Subject Line on Invite Messages

2004-07-23 Thread Mark Sapiro
Jolin M Warren wrote: >At 20:38 on 22-7-04, Mark Sapiro wrote: >> VERP_CONFIRMATIONS = Yes >> in mm_cfg.py. > >Sorry if I'm making a basic mistake, but I have made the above change >(and only that change), issued a 'mailmanctl restart' (as the mailman >user) and my confirmation emails still co

Re: [Mailman-Users] Subject Line on Invite Messages

2004-07-23 Thread Jolin M Warren
At 20:38 on 22-7-04, Mark Sapiro wrote: VERP_CONFIRMATIONS = Yes in mm_cfg.py. Sorry if I'm making a basic mistake, but I have made the above change (and only that change), issued a 'mailmanctl restart' (as the mailman user) and my confirmation emails still come back with a subject of 'confirm

Re: [Mailman-Users] Subject Line on Invite Messages

2004-07-23 Thread Toby Reiter
At 10:50 +0200 7/23/04, Brad Knowles wrote: At 8:38 PM -0700 2004-07-22, Mark Sapiro wrote: set VERP_CONFIRMATIONS = Yes in mm_cfg.py. I created based on this thread. This is a much better answer than telling people to h

Re: [Mailman-Users] Subject Line on Invite Messages

2004-07-23 Thread Brad Knowles
At 4:46 AM -0600 2004-07-23, LuKreme wrote: On 23 Jul 2004, at 02:50, Brad Knowles wrote: I created based on this thread. This is a much better answer than telling people to hack the source code Changing local config

Re: [Mailman-Users] Subject Line on Invite Messages

2004-07-23 Thread LuKreme
On 23 Jul 2004, at 02:50, Brad Knowles wrote: I created based on this thread. This is a much better answer than telling people to hack the source code Changing local configuration in mm_cfg.py is not "hacking the source

Re: [Mailman-Users] Subject Line on Invite Messages

2004-07-23 Thread Brad Knowles
At 12:40 AM -0600 2004-07-23, LuKreme wrote: VERP_CONFIRMATIONS = Yes Does this take affect immediately, or do I have to do something to the mm_cfg.py file after I do this? Restart mailman? Anything? You'd need to restart mailman. -- Brad Knowles, <[EMAIL PROTECTED]> "Those who would give

Re: [Mailman-Users] Subject Line on Invite Messages

2004-07-23 Thread Brad Knowles
At 8:38 PM -0700 2004-07-22, Mark Sapiro wrote: set VERP_CONFIRMATIONS = Yes in mm_cfg.py. I created based on this thread. This is a much better answer than telling people to hack the source code Thanks! -- Brad

Re: [Mailman-Users] Subject Line on Invite Messages

2004-07-23 Thread Brad Knowles
At 11:46 PM -0400 2004-07-22, Toby Reiter wrote: Thank you SO much. I wasn't expecting an answer so soon, AND one that was so simple and effective. Yup. Better than mine. This one needs to go into the FAQ, too. My only question would be why this isn't disable

Re: [Mailman-Users] Subject Line on Invite Messages

2004-07-22 Thread LuKreme
On 22 Jul 2004, at 21:38, Mark Sapiro wrote: VERP_CONFIRMATIONS = Yes Does this take affect immediately, or do I have to do something to the mm_cfg.py file after I do this? Restart mailman? Anything? -- The older you get the more you need the people you knew when you were young. -

Re: [Mailman-Users] Subject Line on Invite Messages

2004-07-22 Thread Mark Sapiro
Toby Reiter wrote: >At 20:38 -0700 7/22/04, Mark Sapiro wrote: >> >>set >>VERP_CONFIRMATIONS = Yes >>in mm_cfg.py. >> >>Read about it in Defaults.py >> > >Mark, >Thank you SO much. I wasn't expecting an answer so soon, AND one that >was so simple and effective. My only question would be why this i

Re: [Mailman-Users] Subject Line on Invite Messages

2004-07-22 Thread Toby Reiter
At 20:38 -0700 7/22/04, Mark Sapiro wrote: Toby Reiter wrote: This has been asked here before, but is there any way to modify the Subject of the invite message? "confirm aad5624d316c46234928426cb4a6c57c691d0e7c" is a DEAD WRINGER for spam, and is likely to be deleted by many of our users. I don't

Re: [Mailman-Users] Subject Line on Invite Messages

2004-07-22 Thread Mark Sapiro
Toby Reiter wrote: >This has been asked here before, but is there any way to modify the >Subject of the invite message? "confirm >aad5624d316c46234928426cb4a6c57c691d0e7c" is a DEAD WRINGER for spam, >and is likely to be deleted by many of our users. I don't want to be >a bad net citizen and

[Mailman-Users] Subject Line on Invite Messages

2004-07-22 Thread Toby Reiter
This has been asked here before, but is there any way to modify the Subject of the invite message? "confirm aad5624d316c46234928426cb4a6c57c691d0e7c" is a DEAD WRINGER for spam, and is likely to be deleted by many of our users. I don't want to be a bad net citizen and automatically subscribe u

Re: [Mailman-Users] Subject line in Invite feature

2004-05-27 Thread Brad Knowles
At 8:57 AM +1200 2004/05/28, Gwilym Griffith-Jones wrote: Does anybody know if it is possible to change the subject line when you use the 'invite' feature? Currently it uses a subject line like this 'confirm 06fe83d25ae0bdb0c55a2fc336da634c4ccdc957', I am worried people will treat it as spam du

[Mailman-Users] Subject line in Invite feature

2004-05-27 Thread Gwilym Griffith-Jones
Hello, Does anybody know if it is possible to change the subject line when you use the 'invite' feature? Currently it uses a subject line like this 'confirm 06fe83d25ae0bdb0c55a2fc336da634c4ccdc957', I am worried people will treat it as spam due to it's random nature. -- Yours, Gwilym Griffith-

[Mailman-Users] subject line appears blank

2003-11-03 Thread Bruce Embrey
Mailman-List: I am running Mailman 2.1.1 in a RedHat Linux 8.0 server. On my lists that have long names, if someone sends a message with a long subject line the first line will be blank except for the list name such as [powerusers_group] and then on the second line will be the subject. This on

RE: [Mailman-Users] Subject Line Length Considered Spam

2003-07-29 Thread Paul H Byerly
Jeanne Schock wrote: I am corresponding with Ted. H over at excite.com member services, in the hope that they can change their blocking criteria. If this is an annoyance for anyone else, I suggest going to the excite.com website and give a hand trying to explain the irony of viewing confirmation em

Re: [Mailman-Users] Subject Line Length Considered Spam

2003-07-28 Thread J C Lawrence
On Mon, 28 Jul 2003 18:28:48 -0700 jsmith <[EMAIL PROTECTED]> wrote: > Paul, I couldn't agree with you more. But, as I exchange email with a > minimum wage worker at excite that is doing what he was told to do > (decision from someone that hasn't got a clue) I still have people > complaining.

RE: [Mailman-Users] Subject Line Length Considered Spam

2003-07-28 Thread jsmith
6:13 PM To: [EMAIL PROTECTED] Subject: Re: [Mailman-Users] Subject Line Length Considered Spam jsmith wrote: >Excite is blocking any subject that has more than 22 characters due to it >looking like >commercial spam. I would bet that other ISP's will be or have already >started subject l

Re: [Mailman-Users] Subject Line Length Considered Spam

2003-07-28 Thread Paul H Byerly
jsmith wrote: Excite is blocking any subject that has more than 22 characters due to it looking like commercial spam. I would bet that other ISP's will be or have already started subject line filtering on the length as well. I am assuming you mean 22 consecutive characters without a break?

RE: [Mailman-Users] Subject Line Length Considered Spam

2003-07-28 Thread Jeanne Schock
IL PROTECTED] > org]On Behalf Of jsmith > Sent: Monday, July 28, 2003 12:16 PM > To: [EMAIL PROTECTED] > Subject: [Mailman-Users] Subject Line Length Considered Spam > > > Hello all, > > I have just received an email back from Excite on an issue that I am > having about exc

[Mailman-Users] Subject Line Length Considered Spam

2003-07-28 Thread jsmith
Hello all, I have just received an email back from Excite on an issue that I am having about excite users not being able to sign up for my lists via the web. The installation is not having any errors script wise. I am experiencing a problem with the length of the subject line on posts going out

[Mailman-Users] Subject Line

2003-07-25 Thread Rob Eckerson
I would like to change the subject line from "confirm %(cookie)s", to contain the name of my newsletter in the confirmation email that A new subscriber receives. Can I put the cookie string into the body of the email instead? -- Mailman-Users ma

[Mailman-Users] subject line prepend option not working

2002-02-09 Thread Jim Hankins
I've noticed that my subject line prepend option for the lists are not working. In fact it seems the only thing that does work is the emails get distributed to the users, other options such as reply to etc are not working, the reply to goes straight to the user. Any help would be greatly appecia

[Mailman-Users] subject line

2001-12-30 Thread wun
Hello, I am new to Mailman. I have searched thru FAQs and manuals but cannot find the answer there. I want to block discussions about viruses and stuff like that on the list, and I'd like to do that by putting a filter on the word 'virus' in the subject line. Where should I add that filter? In t

[Mailman-Users] Subject line in french

2001-10-16 Thread Christian Billette
Hi! When I subscribe a new user, he receive a message where the subject is Welcome to: nameof the list. How can I change this welcome to. Thank you ! Merci! Christian B. -- Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.or

Re: [Mailman-Users] subject line spacing

2001-04-23 Thread Marc MERLIN
On Mon, Apr 23, 2001 at 07:11:23PM +0530, Satya wrote: > Anyway, what part of mailman takes care of subject lines? I'll hack > that rather than change it for every list. You can rgrep the code as well as I can :-) Marc -- Microsoft is to operating systems & security

Re: [Mailman-Users] subject line spacing

2001-04-23 Thread Satya
On Apr 22, 2001 at 17:52, Marc MERLIN wrote: >On Wed, Apr 04, 2001 at 06:50:36AM +0530, Satya wrote: >> Subject: [Teamct]moo >Sorry for the late reply (I don't think you've had one yet). I haven't. Thanks. >The problem comes from using lynx or some other browser that truncates >spaces at

Re: [Mailman-Users] subject line spacing

2001-04-22 Thread Marc MERLIN
On Wed, Apr 04, 2001 at 06:50:36AM +0530, Satya wrote: > Subject: [Teamct]moo > ^ > > That's an example from one of my lists. I seem to be running 2.0.1. > What happened to the space? It also happens on other lists at this > installation. Sorry for the late reply (I don't think

[Mailman-Users] subject line spacing

2001-04-03 Thread Satya
Subject: [Teamct]moo ^ That's an example from one of my lists. I seem to be running 2.0.1. What happened to the space? It also happens on other lists at this installation. -- Satya. http://satya.virtualave.net/> US-bound grad students! For pre-apps, see http://quickapps.cjb.net