Re: SA rule for userid in subject?

2007-08-12 Thread Loren Wilton
d "Fw: (some word[s]) userid". > -- View this message in context: http://www.nabble.com/SA-rule-for-userid-in-subject--tf1261071.html#a12119080 Sent from the SpamAssassin - Users mailing list archive at Nabble.com.

userid in subject

2007-08-12 Thread jeffsal
s. You may use: > > > > header RULE_NAME ALL =~ /\nTo: ([EMAIL PROTECTED]).+\nSubject:\s*Fw: > .{0,30}\s*\1\b/i > > > > That covers "Fw: userid" and "Fw: (some word[s]) userid". -- View this message in context: http://www.nabble.com/userid-in-s

RE: SA rule for userid in subject?

2007-08-12 Thread jeffsal
ay use: > > > > header RULE_NAME ALL =~ /\nTo: ([EMAIL PROTECTED]).+\nSubject:\s*Fw: > .{0,30}\s*\1\b/i > > > > That covers "Fw: userid" and "Fw: (some word[s]) userid". > > > -- View this message in context: http://www.nabble.com/SA

Re: SA rule for userid in subject?

2006-03-13 Thread Jonathan Engbrecht
Mensaje original- De: Matt Kettler [mailto:[EMAIL PROTECTED]] Enviado el: viernes, 10 de marzo de 2006 21:57 Para: Ruben Cardenal CC: users@spamassassin.apache.org Asunto: Re: SA rule for userid in subject? Ruben Cardenal wrote: Hi, Loren answered that a month ago. Is in the

RE: SA rule for userid in subject?

2006-03-10 Thread Ruben Cardenal
[EMAIL PROTECTED] > Enviado el: viernes, 10 de marzo de 2006 21:57 > Para: Ruben Cardenal > CC: users@spamassassin.apache.org > Asunto: Re: SA rule for userid in subject? > > Ruben Cardenal wrote: > > Hi, > > > > Loren answered that a month ago. Is in the archives

Re: SA rule for userid in subject?

2006-03-10 Thread Matt Kettler
Ruben Cardenal wrote: > Hi, > > Loren answered that a month ago. Is in the archives. You may use: > > header RULE_NAME ALL =~ /\nTo: ([EMAIL PROTECTED]).+\nSubject:\s*Fw: > .{0,30}\s*\1\b/i > > That covers "Fw: userid" and "Fw: (some word[s]) userid". > True, but that's using () and \1, w

Re: SA rule for userid in subject?

2006-03-10 Thread Theo Van Dinter
On Fri, Mar 10, 2006 at 02:59:09PM -0500, Jonathan Engbrecht wrote: > I'm seeing a lot of image-only spam of the following form: > > rcpt to: @domain.com > Subject: Fw: Yeah, there's a lot of that. > Is there a way to create a simple spamassassin rule that will hit on > this? I could use ()

RE: SA rule for userid in subject?

2006-03-10 Thread Ruben Cardenal
att Kettler [mailto:[EMAIL PROTECTED] > Enviado el: viernes, 10 de marzo de 2006 21:17 > Para: Jonathan Engbrecht > CC: users@spamassassin.apache.org > Asunto: Re: SA rule for userid in subject? > > Jonathan Engbrecht wrote: > > hello assassin-types, > > > > I'm

Re: SA rule for userid in subject?

2006-03-10 Thread Matt Kettler
Jonathan Engbrecht wrote: > hello assassin-types, > > I'm seeing a lot of image-only spam of the following form: > > rcpt to: @domain.com > Subject: Fw: > > Is there a way to create a simple spamassassin rule that will hit on > this? I could use () and \1 in regular expressions and a giant,

SA rule for userid in subject?

2006-03-10 Thread Jonathan Engbrecht
hello assassin-types, I'm seeing a lot of image-only spam of the following form: rcpt to: @domain.com Subject: Fw: Is there a way to create a simple spamassassin rule that will hit on this? I could use () and \1 in regular expressions and a giant, multi-line matching RE (probably), but I'