Re: Email address in subject line

2014-01-13 Thread John Hardin
On Mon, 13 Jan 2014, Amir Caspi wrote: On Dec 28, 2013, at 9:08 PM, John Hardin wrote: Yes, I definitely noticed that. As you can see from the spample (link below), none of the above rules are hitting properly; the To: line is a bare email, not properly angle-bracketed. Or, if any of the ru

Re: Email address in subject line

2014-01-13 Thread Amir Caspi
On Dec 28, 2013, at 9:08 PM, John Hardin wrote: >> Yes, I definitely noticed that. As you can see from the spample (link >> below), none of the above rules are hitting properly; the To: line is a >> bare email, not properly angle-bracketed. Or, if any of the rules are >> hitting, the meta rule

Funky-HTML-comment rules (was Re: Email address in subject line)

2013-12-30 Thread Kris Deugau
Amir 'CG' Caspi wrote: > Spample: > http://pastebin.com/0jEMBA1X > > The other unfortunate thing is that this SHOULD have popped > HTML_COMMENT_GIBBERISH (my own home-baked version since there's not a > public one), but it didn't pop that one either. Of course, as I have > posted previously, I've

Re: Email address in subject line

2013-12-28 Thread John Hardin
On Sat, 28 Dec 2013, Amir 'CG' Caspi wrote: On Sat, December 28, 2013 7:57 pm, John Hardin wrote: And in case you actually did mean From: rather than recipient address... Sorry, no, I meant To: as you surmised. Unfortunately __SUBJ_HAS_TO_1 isn't performing well enough against the current m

Re: Email address in subject line

2013-12-28 Thread Amir 'CG' Caspi
On Sat, December 28, 2013 7:57 pm, John Hardin wrote: > And in case you actually did mean From: rather than recipient address... Sorry, no, I meant To: as you surmised. > Unfortunately __SUBJ_HAS_TO_1 isn't performing well enough against the > current masscheck corpora to be published. It's possi

Re: Email address in subject line

2013-12-28 Thread John Hardin
+]+@(?:[A-Za-z0-9]+\.)+[A-Za-z]{3,5}/ i.e. something that will match a valid email address in the subject line. However, I'm specifically wanting to match this to the recipient email address, i.e. not just ANY email address in the subject line, but the same one that's in the From: line. (T

Re: Email address in subject line

2013-12-28 Thread Amir 'CG' Caspi
5}/ > > i.e. something that will match a valid email address in the subject line. > However, I'm specifically wanting to match this to the recipient email > address, i.e. not just ANY email address in the subject line, but the same > one that's in the From: line. (This latter,

Re: Email address in subject line

2013-12-23 Thread Amir 'CG' Caspi
it gets. I did check... unless I'm completely blind, I don't see it. I'm basically looking for something like: header EMAIL_IN_SUBJ Subject =~ /[A-Za-z0-9.-_+]+@(?:[A-Za-z0-9]+\.)+[A-Za-z]{3,5}/ i.e. something that will match a valid email address in the subject line. Howe

Re: Email address in subject line

2013-12-23 Thread Axb
On 12/23/2013 09:32 PM, Amir 'CG' Caspi wrote: <..sniipped..> Anyone have any idea which rules are supposed to hit for this, and why they may not be working? At least for me and my users, basically no legitimate email ever includes the email address in the subject line (body

Email address in subject line

2013-12-23 Thread Amir 'CG' Caspi
Hi all, Over the past couple of days I've been getting slammed with spams that have subjects of the form: Subject: spammy subject line That is, the recipient's email address is included explicitly in angular brackets at the beginning of the subject line. These are new and "vari

Re: Inconsistent spam scores between spam headers and rewritten subject line.

2011-08-16 Thread Karsten Bräckelmann
On Tue, 2011-08-16 at 22:29 +0930, Rodney Baker wrote: > On Tue, 16 Aug 2011 05:02:20 John Hardin wrote: > > Just as a test, if you comment that bit out of your personal .procmailrc > > does everything work they way you'd expect (i.e. one SA pass, the correct > > score in the X- headers)? > > Yep

Re: Inconsistent spam scores between spam headers and rewritten subject line.

2011-08-16 Thread Bowie Bailey
On 8/16/2011 8:55 AM, Rodney Baker wrote: > On Tue, 16 Aug 2011 07:36:05 Karsten Bräckelmann wrote: > >> After you fixed your mail processing chain to not have SA chew twice on >> the spam -- you should manually train Bayes, feeding it a lot of hand >> classified spam, and possibly ham. Check your

Re: Inconsistent spam scores between spam headers and rewritten subject line.

2011-08-16 Thread Rodney Baker
On Tue, 16 Aug 2011 05:02:20 John Hardin wrote: > On Tue, 16 Aug 2011, Rodney Baker wrote: > > :0fw: spamassassin.lock > > : > > | spamc > > Just as a test, if you comment that bit out of your personal .procmailrc > does everything work they way you'd expect (i.e. one SA pass, the correct >

Re: Inconsistent spam scores between spam headers and rewritten subject line.

2011-08-16 Thread Rodney Baker
> > > > > I'm attempting to filter on the modified subject line (which for some > > > > reason isn't working - that rule never seems to match and spam never > > > > gets moved into the Spam folder, even though I've tested the regex > > &g

Re: Inconsistent spam scores between spam headers and rewritten subject line.

2011-08-15 Thread Karsten Bräckelmann
On Tue, 2011-08-16 at 01:07 +0930, Rodney Baker wrote: > On Tue, 16 Aug 2011 00:48:13 Bowie Bailey wrote: > > >* ^Subject.*SPAM\([0-9]{1,3}\.[0-9]\).* > > >$HOME/Maildir/.Spam// > > > > > > I'm attempting to filter on the modified subject lin

Re: Inconsistent spam scores between spam headers and rewritten subject line.

2011-08-15 Thread John Hardin
On Tue, 16 Aug 2011, Rodney Baker wrote: :0fw: spamassassin.lock | spamc Just as a test, if you comment that bit out of your personal .procmailrc does everything work they way you'd expect (i.e. one SA pass, the correct score in the X- headers)? -- John Hardin KA7OHZ

Re: Inconsistent spam scores between spam headers and rewritten subject line.

2011-08-15 Thread Rodney Baker
On Tue, 16 Aug 2011 01:15:11 Walter Hurry wrote: > On Mon, 15 Aug 2011 11:18:13 -0400, Bowie Bailey wrote: > > On 8/15/2011 10:57 AM, Rodney Baker wrote: > > > >>:0 > >> > >>* ^Subject.*SPAM\([0-9]{1,3}\.[0-9]\).* $HOME/Maildir/.Spam// > > > > > This message is going through SA twi

Re: Inconsistent spam scores between spam headers and rewritten subject line.

2011-08-15 Thread Walter Hurry
On Mon, 15 Aug 2011 11:18:13 -0400, Bowie Bailey wrote: > On 8/15/2011 10:57 AM, Rodney Baker wrote: >>:0 >>* ^Subject.*SPAM\([0-9]{1,3}\.[0-9]\).* $HOME/Maildir/.Spam// > This message is going through SA twice. Indeed. And by the way, for what it is worth, my .procmailrc says (inter a

Re: Inconsistent spam scores between spam headers and rewritten subject line.

2011-08-15 Thread Rodney Baker
*SPAM\([0-9]{1,3}\.[0-9]\).* > >$HOME/Maildir/.Spam// > > > > I'm attempting to filter on the modified subject line (which for some > > reason isn't working - that rule never seems to match and spam never > > gets moved into the Spam folder, even though I'

Re: Inconsistent spam scores between spam headers and rewritten subject line.

2011-08-15 Thread Bowie Bailey
begins > thus: > >LOGFILE=$HOME/pm.log > >:0fw: spamassassin.lock >| spamc > > >:0 >* ^Subject.*SPAM\([0-9]{1,3}\.[0-9]\).* >$HOME/Maildir/.Spam// > > I'm attempting to filter on the modified subject line (which for some reason >

Inconsistent spam scores between spam headers and rewritten subject line.

2011-08-15 Thread Rodney Baker
.lock | spamc :0 * ^Subject.*SPAM\([0-9]{1,3}\.[0-9]\).* $HOME/Maildir/.Spam// I'm attempting to filter on the modified subject line (which for some reason isn't working - that rule never seems to match and spam never gets moved into the Spam folder, even though I'

Re: Possible to whitelist *all* incoming emails that contain specific text in the subject line?

2009-12-08 Thread Matt Kettler
nathang wrote: > Hi, > > I'd like to setup an email account in cPanel so that I receive *all* > incoming emails that contain a specific word in the subject line. > > It would be critical that I get 100% of the emails sent to me (that contain > a specific word in the subje

Re: Possible to whitelist *all* incoming emails that contain specific text in the subject line?

2009-12-08 Thread Ned Slider
nathang wrote: Hi, I'd like to setup an email account in cPanel so that I receive *all* incoming emails that contain a specific word in the subject line. It would be critical that I get 100% of the emails sent to me (that contain a specific word in the subject line), and that none of the

Possible to whitelist *all* incoming emails that contain specific text in the subject line?

2009-12-07 Thread nathang
Hi, I'd like to setup an email account in cPanel so that I receive *all* incoming emails that contain a specific word in the subject line. It would be critical that I get 100% of the emails sent to me (that contain a specific word in the subject line), and that none of them get trapped

Re: Subject line still getting changed

2008-08-04 Thread Matus UHLAR - fantomas
On 04.08.08 11:47, Rob Sharp wrote: > Thanks for the reply. > > Matus UHLAR - fantomas wrote: > > >>All messages that SA determines as spammy has [SPAM] prefixed to the > >>subject line. > > > >there's header rewriting set up somwehere. > >

Re: Subject line still getting changed

2008-08-04 Thread Rob Sharp
Thanks for the reply. Matus UHLAR - fantomas wrote: All messages that SA determines as spammy has [SPAM] prefixed to the subject line. there's header rewriting set up somwehere. My Host just told me to add "rewrite_subject 0" into my user_prefs. I think they actually mean

Re: Subject line still getting changed

2008-08-04 Thread Matus UHLAR - fantomas
On 02.08.08 23:31, Rob Sharp wrote: > I have an email account on a shared server at Hostgator. I have > configured SpamAssassin via their Cpanel interface not to rewrite the > subject line when flagging an item as spam. However, this flagging still > seems to be happening. >

Subject line still getting changed

2008-08-02 Thread Rob Sharp
Evening all, I have an email account on a shared server at Hostgator. I have configured SpamAssassin via their Cpanel interface not to rewrite the subject line when flagging an item as spam. However, this flagging still seems to be happening. All messages that SA determines as spammy has

Re: Variable subject line spam.

2008-02-28 Thread Michelle Konzack
Am 2008-02-25 15:56:50, schrieb fchan: > Hi, > I'm get alot of these February 77% OFF or variations (ie January 73% > OFF and my guess March 75% OFF next month) thereof in the subject > line for spam. The body always changes so I can't really key on this. > I wou

Re: Variable subject line spam.

2008-02-26 Thread Loren Wilton
Which brings up the question, why are you having problems catching it? Have you whitelisted youreself with whitelist_from. Most of these I see score around 20 or more. I've recently found it convenient to add a regex that is closer to blacklisting myself, since I generally don't send mail to m

Re: Variable subject line spam.

2008-02-26 Thread fchan
month to month and the percentages change but the format remains the same for the subject line. The body uses legitimate text taken from various webpages and have phishing link which also varies. The sender is "me" but the Return-Path is the same name at different domain. I trie

Re: Variable subject line spam.

2008-02-26 Thread Daryl C. W. O'Shea
On 26/02/2008 3:21 PM, fchan wrote: > Hi, > Thank you Loren Wilton. I think this is best solution for me. > These are not from Kohl's or any other legitimate company. The subject > changes from month to month and the percentages change but the format > remains the same for t

Re: Variable subject line spam.

2008-02-26 Thread fchan
Hi, Thank you Loren Wilton. I think this is best solution for me. These are not from Kohl's or any other legitimate company. The subject changes from month to month and the percentages change but the format remains the same for the subject line. The body uses legitimate text taken

Re: Variable subject line spam.

2008-02-25 Thread Bob Proulx
fchan wrote: > I'm get alot of these February 77% OFF or variations (ie January 73% > OFF and my guess March 75% OFF next month) thereof in the subject > line for spam. Is that from Kohls? I have been annoyed with their spam quite a bit lately. But I wouldn't block bas

Re: Variable subject line spam.

2008-02-25 Thread Loren Wilton
I'm get alot of these February 77% OFF or variations (ie January 73% OFF and my guess March 75% OFF next month) thereof in the subject line for spam. The body always changes so I can't really key on this. I would like to make rule that subject line filter this type of spam. I have

Variable subject line spam.

2008-02-25 Thread fchan
Hi, I'm get alot of these February 77% OFF or variations (ie January 73% OFF and my guess March 75% OFF next month) thereof in the subject line for spam. The body always changes so I can't really key on this. I would like to make rule that subject line filter this type of spam. Th

Re: Hurting Bayes with "(spam)" in the subject line?

2007-08-30 Thread Michał Jęczalik
On Thu, 30 Aug 2007, Clay Davis wrote: Am I hurting my Bayes db by training it with HAM that has the text "(spam)" in the subject line of the message? IMHO not. A word "spam" in not the most significiant spam fingerprint. Tell me the truth - how many spams have you se

Hurting Bayes with "(spam)" in the subject line?

2007-08-30 Thread Clay Davis
Am I hurting my Bayes db by training it with HAM that has the text "(spam)" in the subject line of the message? Thanks, Clay

Re: Whitelisting subject line

2007-04-01 Thread Matt Kettler
apc wrote: > > Dan Barker wrote: > >> Well, this works here. >> >> whitelist_from_rcvd [EMAIL PROTECTED] yahoo.com >> >> Dan >> >> >> >> > > Thanks! I have added that; I am sure it will works if it works for you. > > Generally this works because SA honors the "Return-Path" header as an a

Re: Subject Line Not changing

2007-04-01 Thread dougp23
on. Then I > realized that inside you were just a pitiful child. But > now I realize that outside that child is just a big pompous buffoon." > -Leela > > > -- View this message in context: http://www.nabble.com/Subject-Line-Not-changing-tf3500983.html#a9783401 Sent from the SpamAssassin - Users mailing list archive at Nabble.com.

Re: Subject Line Not changing

2007-04-01 Thread Theo Van Dinter
On Sun, Apr 01, 2007 at 05:49:24AM -0700, dougp23 wrote: > #Change the subject of suspected spam > rewrite_header_subject***SPAM*** It's: rewrite_header Subject ... not: rewrite_header_subject ... "perldoc Mail::SpamAssassin::Conf" :) -- Randomly Selected Tagline: "Y'know, Zap, onc

RE: Whitelisting subject line

2007-04-01 Thread apc
Dan Barker wrote: > > Well, this works here. > > whitelist_from_rcvd [EMAIL PROTECTED] yahoo.com > > Dan > > > Thanks! I have added that; I am sure it will works if it works for you. -- View this message in context: http://www.nabble.com/Whitelisting-

RE: Whitelisting subject line

2007-04-01 Thread Dan Barker
Well, this works here. whitelist_from_rcvd [EMAIL PROTECTED] yahoo.com Dan -Original Message- From: apc [mailto:[EMAIL PROTECTED] Sent: Sunday, April 01, 2007 10:18 AM To: users@spamassassin.apache.org Subject: RE: Whitelisting subject line Jean-Paul Natola wrote: > > >

RE: Whitelisting subject line

2007-04-01 Thread apc
sting every member of the group which isn't practical. -- View this message in context: http://www.nabble.com/Whitelisting-subject-line-tf3501030.html#a9778120 Sent from the SpamAssassin - Users mailing list archive at Nabble.com.

RE: Whitelisting subject line

2007-04-01 Thread Jean-Paul Natola
From: apc [mailto:[EMAIL PROTECTED] Sent: Sun 4/1/2007 9:05 To: users@spamassassin.apache.org Subject: Whitelisting subject line Hi, I have been a Linux tech for many years, and now I want to get the most out of Spam Assassin. My email address has been around

Whitelisting subject line

2007-04-01 Thread apc
/Whitelisting-subject-line-tf3501030.html#a9777570 Sent from the SpamAssassin - Users mailing list archive at Nabble.com.

Subject Line Not changing

2007-04-01 Thread dougp23
as to why my subject lines are not being rewritten??? Spamd version 3.0.6 Much thanks to anyone willing to help!! -- View this message in context: http://www.nabble.com/Subject-Line-Not-changing-tf3500983.html#a9777427 Sent from the SpamAssassin - Users mailing list archive at Nabble.com.

Re: SpamAssassin and replacing swear words in the subject line.

2005-09-19 Thread Rick Page
ail as spam and modifies the subject line, is it possible for it to also modify any swear words (offensive language) that maybe in the subject line? Maybe replace them with astericks. You'd have to modify the code, where you can do anything you want. :) -- Randomly Generated Tagline: "

Re: SpamAssassin and replacing swear words in the subject line.

2005-09-19 Thread Theo Van Dinter
On Mon, Sep 19, 2005 at 03:11:53PM -0500, Rick Page wrote: > When SpamAssassin tags an email as spam and modifies the subject line, is it > possible for it to also modify any swear words (offensive language) that maybe > in the subject line? Maybe replace them with astericks. You'd

SpamAssassin and replacing swear words in the subject line.

2005-09-19 Thread Rick Page
Dear Users, When SpamAssassin tags an email as spam and modifies the subject line, is it possible for it to also modify any swear words (offensive language) that maybe in the subject line? Maybe replace them with astericks. Rick Page Page Hosting 4U, LLC 888-256-7445

Re: No Subject, No Body not tagging subject line

2005-07-20 Thread Loren Wilton
I'm a little confused on what you are reporting here, but I *think* you are saying: aYou are using 2.64 bThe mail doesn't have a Subject line cThe mail is spam dThe subject isn't getting tagged with [spam]. eYou are using qmail If that is right, I think the

No Subject, No Body not tagging subject line

2005-07-20 Thread Matthew Yette
SA 2.64 w/ qmail-scanner. Messages w/ no subject and no body are being detected as spam (message header info is normal, some score as high as 9.1 (threshold @ 5)), but it's not being rejected, and the ones that should be let through, albeit with a [SPAM] tag on the subject line, are not

Re: Test for no Subject line field

2005-03-17 Thread Fred
Slightly off topic but does Sendmail 8.12 add a subject when one is not present? Matt Kettler wrote: > Russell P. Sutherland wrote: > >> Is there a test that one can construct that would >> assign a weight to a message that is missing >> a certain header, completely

Re: Test for no Subject line field

2005-03-16 Thread Matt Kettler
Russell P. Sutherland wrote: Is there a test that one can construct that would assign a weight to a message that is missing a certain header, completely? In my case, no Subject line at all. From the default ruleset for 3.x: header __HAS_SUBJECT exists:Subject meta MISSING_SUBJECT

Test for no Subject line field

2005-03-16 Thread Russell P. Sutherland
Is there a test that one can construct that would assign a weight to a message that is missing a certain header, completely? In my case, no Subject line at all. -- Quist ConsultingEmail: [EMAIL PROTECTED] 219 Donlea DriveVoice: +1.416.696.7600 Toronto ON M4G 2N1

RE: Odd subject line spam

2005-02-04 Thread Steven Rocha
subject line spam Hello, We're seeing quite a few spam emails with subject lines similar to the below... "Better st0ck perfOrmance fr0m 0tc helpline" Does anyone have a rule for these yet? -- Regards, Matt

Re: Odd subject line spam

2005-02-04 Thread Loren Wilton
> > "Better st0ck perfOrmance fr0m 0tc helpline" > > > > Does anyone have a rule for these yet? > > There are rules for those, however, they only seem to exist for the body. > Mangled, Chickpox and SARE_adult all hit on that line. But keep in mind that body rules also get fed the Subject, so they

RE: Odd subject line spam

2005-02-03 Thread Sander Holthaus - Orange XL
> Hello, > > We're seeing quite a few spam emails with subject lines > similar to the below... > > "Better st0ck perfOrmance fr0m 0tc helpline" > > Does anyone have a rule for these yet? > > -- > Regards, > Matt > There are rules for those, however, they only seem t

Odd subject line spam

2005-02-03 Thread Matt Thoene
Hello, We're seeing quite a few spam emails with subject lines similar to the below... "Better st0ck perfOrmance fr0m 0tc helpline" Does anyone have a rule for these yet? -- Regards, Matt

RE: how to force a Subject line?

2004-10-04 Thread Slava Madrit
http://bugzilla.spamassassin.org/show_bug.cgi?id=3816   http://bugzilla.spamassassin.org/show_bug.cgi?id=3605 >>> "Dallas L. Engelken" <[EMAIL PROTECTED]> 10/3/2004 11:13:35 AM >>>> > Is there a way to force a subject line to be inserted if > ther

Re: how to force a Subject line?

2004-10-03 Thread Bob Proulx
Daniel M. Drucker wrote: > Is there a way to force a subject line to be inserted if there isn't > one already? Procmail will do it. Here is a rule to add one if none exist already. :0 fhw * ^To: *$ | formail -I "To: undisclosed-recipients" Bob

RE: how to force a Subject line?

2004-10-03 Thread Dallas L. Engelken
> > Is there a way to force a subject line to be inserted if > there isn't one already? > Search bugzilla.. I sent a quick patch for SA3.0 to add a empty Subject: header when the subject header was missing from an email. I'd send you the bug #, but I'm t

Re: how to force a Subject line?

2004-10-03 Thread Joe Croft
then delete it. Even lowly outlook express can handle this :). -joe On Sunday 03 October 2004 08:47 am, Daniel M. Drucker wrote: > A lot of my users are having problems with spam not getting filtered > out of their mailboxes due to those spams not having subject lines. If > there

how to force a Subject line?

2004-10-03 Thread Daniel M. Drucker
A lot of my users are having problems with spam not getting filtered out of their mailboxes due to those spams not having subject lines. If there's no subject line, the subject line doesn't get rewritten with rewrite_header. Many or most of them are using email software that doesn'

Subject Line Modification

2004-09-23 Thread Scott George
Greetings all!   I have just put my Postfix/Spamassassin/Solaris9 server into production an hour ago, and I am loving the results.  I have one issue where SpamAssassin is not modifying my subject line.  This is important because rules on the client detect the modification to put the spam

Re: Subject line

2004-09-16 Thread Chris Barnes
Jeff Koch <[EMAIL PROTECTED]> wrote: > I certainly agree with a simple [SA} prefix so that the SA emails > don't get lost and deleted with all the other stuff I get. However, > this came up a few months ago and the SA list nazis decided that we > must be too stupid not to have programmed our email

RE: Subject line

2004-09-16 Thread Kang , Joseph S.
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 16, 2004 4:10 AM > To: users@spamassassin.apache.org > Subject: Re: Subject line > > > Dave Goodrich wrote: > > I was non committal on the whole subject w

Re: Subject line

2004-09-16 Thread Bob Proulx
Dave Goodrich wrote: > I was non committal on the whole subject when this started. I tend to > disagree with militant list nazis regardless of the topic or the view > they put forth. This is the second time in this thread that Nazis have been mentioned. I hereby invoke Godwin's Law and declare t

Re: Subject line not modified

2004-09-15 Thread Jim Maul
Quoting Michael Weber <[EMAIL PROTECTED]>: "I see!" said the blind man as he picked up his hammer and saw... I forgot the word "Subject" in that line. Not only that, but the line above it rewrite_subject 1 should be removed as it does nothing anymore. -Jim

Re: Subject line not modified

2004-09-15 Thread Michael Weber
; I just installed SA 3.0 RC5 on my test server. The problem is, the > subject line is not being modified even though all the other headers are > there. > > What did I miss? > > Here's the lines from my local.cf. > > Thanx! > > -Michael > > always_add

Re: Subject line not modified

2004-09-15 Thread Rick Macdougall
Michael Weber wrote: {You know, if you send them the headers it might be helpful!} Sorry. always_add_headers 1 report_safe 0 rewrite_subject 1 rewrite_header %%SPAM%%% (_SCORE_) dns_available yes subject_tag %%SPAM%%% (_SCORE_) use_terse_rep

Re: Subject line not modified

2004-09-15 Thread Michael Parker
On Wed, Sep 15, 2004 at 02:27:29PM -0500, Michael Weber wrote: > I just installed SA 3.0 RC5 on my test server. The problem is, the > subject line is not being modified even though all the other headers are > there. > > What did I miss? > > Here's the lines from

Re: Subject line not modified

2004-09-15 Thread Michael Weber
ber" <[EMAIL PROTECTED]> 09/15/04 02:27PM >>> I just installed SA 3.0 RC5 on my test server. The problem is, the subject line is not being modified even though all the other headers are there. What did I miss? Here's the lines from my local.cf. Thanx! -Michael

Subject line not modified

2004-09-15 Thread Michael Weber
I just installed SA 3.0 RC5 on my test server. The problem is, the subject line is not being modified even though all the other headers are there. What did I miss? Here's the lines from my local.cf. Thanx! -Michael always_add_headers 1 report_safe 0 rewrite_su

RE: Subject line

2004-09-15 Thread Kang , Joseph S.
> -Original Message- > From: Kenneth Porter [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 14, 2004 4:51 PM > To: SpamAssassin Discussion > Subject: RE: Subject line > > > --On Tuesday, September 14, 2004 2:14 PM -0700 Bret Miller > <[EMAIL P

Great tool, plz really take a look at this. WAS: RE: Subject line

2004-09-15 Thread Chris Santerre
In case people have been ignoring the Subject Line thread, I wanted to really make sure people had a look at this post. I use the example below for many things. When I write a particularly interesting SARE rule I am testing, I will have procmail/formail tag the subject if the rule hits. This way I

Re: Subject line

2004-09-15 Thread Jim Maul
Quoting Matt Kettler <[EMAIL PROTECTED]>: At 08:40 PM 9/14/2004, Jim Maul wrote: > Good letter. Procmail is a wonder if we take the time to learn it. > Sure, great, i'd love to take the time to learn it...except that my installation doesnt use procmail at all. Any other ideas for all the people

Re: Subject line

2004-09-15 Thread Dave Goodrich
Jim Maul wrote: Quoting Ralf Hildebrandt <[EMAIL PROTECTED]>: * Michele Neylon::Blacknight Solutions <[EMAIL PROTECTED]>: > Why is List-Id not sufficient? It's only visible if you examine the header. Something in the subject line is a lot more visual Pssst: "Subject:&quo

Re: Re Subject line

2004-09-15 Thread Pat Lashley
d upon the subject line. Well, I, and apparently a few others, get far too many mailing-list messages to want to try to handle them all in a single inbox. Since I'm using Cyrus IMAP, I have sieve delivery-time filtering to easily sort them into a variety of IMAP submailboxes. And I use Mulberry,

RE: [SidePost] Re: [TopPost] RE: [SA-LIST] RE: Subject line

2004-09-15 Thread Gary Smith
Hey, it's legal for ISP's to read your email so why not filter it as well! Just my $0.02. From: mike [mailto:[EMAIL PROTECTED] Sent: Tue 9/14/2004 7:05 PM To: Satya Cc: SpamAssassin list Subject: Re: [SidePost] Re: [TopPost] RE: [SA-LIST] RE: Su

RE: Subject line

2004-09-15 Thread Upwood, Jim
Hey, what is wrong with using rules to sort sa list mail? All my sa mail goes to a spamassassin folder, done. -Jim -Original Message- From: Jim Maul [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 4:27 PM To: users@spamassassin.apache.org Subject: Re: Subject line Quoting

Re: [SidePost] Re: [TopPost] RE: [SA-LIST] RE: Subject line

2004-09-15 Thread mike
Since this thread is so wack... I was at volunteer call for the austin city limits festival and 6 or seven people said that the emails from the coordinators were getting caught in the isps spamfilters and they never recieved them. I asked if they werent just in the spam bucket or whatever and they

RE: [TopPost] RE: [SA-LIST] RE: Subject line

2004-09-15 Thread Gary Smith
CTED] Sent: Tue 9/14/2004 5:02 PM To: users@spamassassin.apache.org Subject: Re: [TopPost] RE: [SA-LIST] RE: Subject line Like dirt nap gone? In that case nevermind.

Re: Subject line

2004-09-15 Thread Matt Kettler
At 08:40 PM 9/14/2004, Jim Maul wrote: > Good letter. Procmail is a wonder if we take the time to learn it. > Sure, great, i'd love to take the time to learn it...except that my installation doesnt use procmail at all. Any other ideas for all the people in the same boat as me? What do you use f

Re: [SidePost] Re: [TopPost] RE: [SA-LIST] RE: Subject line

2004-09-15 Thread Jim Maul
Quoting Satya <[EMAIL PROTECTED]>: IDSPISPOPD (that's "no clipping" in Doom) oh the good ole days... (and remember, there's a side-post down there) On Sep 14, 2004 at 16:16, Chris Santerre wrote: I figured is you were gonna start another group flame war, we should do it correctly. You forgot >1

Re: Subject line

2004-09-15 Thread Jim Maul
Quoting Raquel Rice <[EMAIL PROTECTED]>: On Tue, 14 Sep 2004 18:15:21 -0400 Matt Kettler <[EMAIL PROTECTED]> wrote: You can choose to implement it in procmail locally, it's quite easy. http://article.gmane.org/gmane.mail.spam.spamassassin.general/40735/match=subject+prefix+new+list The fundamental

Re: [TopPost] RE: [SA-LIST] RE: Subject line

2004-09-15 Thread Jim Maul
Quoting "Dan Mahoney, System Admin" <[EMAIL PROTECTED]>: On Tue, 14 Sep 2004, Kelson wrote: Trust me, I've dated a girl who liked anime and spoke in nothing but leetspeak and broken japanese. It sounds cute until you get a PHONE CALL asking "when will B teh Gushi home 4 dinn0rz". Can i have her nu

Re: Re Subject line

2004-09-14 Thread Satya
isplays, and every pixel is precious. I also wonder what text-to-speech >processing does with subject line decoration. I read mine in an 80x2[45] ssh terminal. (Anyone inviting me to change the terminal size or get a bigger screen is invited to a) smeg off b) give me the money for the bi

[SidePost] Re: [TopPost] RE: [SA-LIST] RE: Subject line

2004-09-14 Thread Satya
ns to JayZ. >9) Guns kill people, not puppies. >10) Jello shouldn't be a food. > >Now THATS how you start a flame war!!! Woot! :-) > >--Chris > >>-Original Message- >>From: Carnegie, Martin [mailto:[EMAIL PROTECTED] >>Sent: Tuesday, September 14, 2004

Re: Subject line

2004-09-14 Thread Satya
On Sep 14, 2004 at 12:15, Predrag Lezaic wrote: >Would it be possible to have emails to this list have something such as >"[SA-LIST} Subject here" in the subject line for easier sorting of the >emails in folders? This is actually the first list am using that >doesn't

Re: Subject line

2004-09-14 Thread Raquel Rice
On Tue, 14 Sep 2004 18:15:21 -0400 Matt Kettler <[EMAIL PROTECTED]> wrote: > You can choose to implement it in > procmail locally, it's quite easy. > > http://article.gmane.org/gmane.mail.spam.spamassassin.general/40735/match=subject+prefix+new+list > > The fundamental points against implementi

Re: [sa-list] RE: Subject line

2004-09-14 Thread Dan Mahoney, System Admin
On Tue, 14 Sep 2004, Bret Miller wrote: Anyway, I didn't ask for the subject tag. Was merely answering a question of how it would help someone. Again, it's obvious to me that there are way to many people against it here to even bother. You might as well try to convince Mac users that PCs are better

RE: Subject line

2004-09-14 Thread Bret Miller
> > Which then means I have to keep track of a dozen folders, which is > > something I don't need to do for the very few messages on > this list that > > are even remotely relevant. > > How do you determine relevance? When I open my SA Users folder in the > morning, it typically has a 100 messages

Re: Subject line

2004-09-14 Thread Matt Kettler
At 05:00 PM 9/14/2004, Michele Neylon::Blacknight Solutions wrote: I don't always use evolution and even if I did I would still prefer something in the subject line As I already said, other lists allow people to choose. The Apache list allows you to choose.. You can choose to implement

Re: Re Subject line

2004-09-14 Thread Kenneth Porter
--On Tuesday, September 14, 2004 3:06 PM -0700 Pat Lashley <[EMAIL PROTECTED]> wrote: It can be a problem for people with limited display space for the Subject: line. The significant part can be pushed right off the edge. I suspect a lot of people don't recognize this issue becaus

Re: Subject line

2004-09-14 Thread Michele Neylon::Blacknight Solutions
On Tue, 2004-09-14 at 14:53 -0700, Kenneth Porter wrote: > --On Tuesday, September 14, 2004 10:00 PM +0100 "Michele Neylon::Blacknight > Solutions" <[EMAIL PROTECTED]> wrote: > > > As I already said, other lists allow people to choose. > > What list software (including version) do those lists us

Re: Subject line

2004-09-14 Thread Michele Neylon::Blacknight Solutions
On Tue, 2004-09-14 at 14:53 -0700, Kenneth Porter wrote: > --On Tuesday, September 14, 2004 10:00 PM +0100 "Michele Neylon::Blacknight > Solutions" <[EMAIL PROTECTED]> wrote: > > > As I already said, other lists allow people to choose. > > What list software (including version) do those lists us

Re: Subject line

2004-09-14 Thread Kenneth Porter
--On Tuesday, September 14, 2004 5:09 PM -0400 Jim Maul <[EMAIL PROTECTED]> wrote: If someone replies to a message i sent to the list, and they happen to hit "reply-all" both the list and i will get a copy. Filtering on listid will send 1 to the list box i have set up and 1 copy to my inbox. Fi

Re Subject line

2004-09-14 Thread Pat Lashley
longer. while this is true, i hardly believe it to be a reason not to have it. It can be a problem for people with limited display space for the Subject: line. The significant part can be pushed right off the edge. It can also be a problem for the 'Re' prefixing. I've seen messa

RE: Subject line

2004-09-14 Thread Kenneth Porter
--On Tuesday, September 14, 2004 2:57 PM -0700 Bret Miller <[EMAIL PROTECTED]> wrote: Which then means I have to keep track of a dozen folders, which is something I don't need to do for the very few messages on this list that are even remotely relevant. How do you determine relevance? When I open

  1   2   >