hi Marius,

I've check the headers of [SPAM] mails: There's X-Spam-Status: Yes.

I'm sorry but i'm not familiar with regular express:

#/^Subject: [SPAM]*/    REDIRECT [EMAIL PROTECTED]
# /^X-Spam-Flag: YES/   REDIRECT [EMAIL PROTECTED]
#/^X-Spam-Status:[.*](Yes|YES)/ REDIRECT [EMAIL PROTECTED]

You mentionned in your previous mail PCRE, how can i use it or how can i
adjust my regular expression?

Best regards,

Mathias








Mariusz Kruk wrote:
> 
> First of all, please don't toppost. It's very annoying.
> 
> On wto, 2008-10-21 at 06:04 -0700, mathiasadsl wrote:
>> I just tried your last syntax:
>> /^X-Spam-Status:[.*](Yes|YES)/ REDIRECT [EMAIL PROTECTED]
> 
> It's not my syntax. I pasted it from your mail.
> 
>> It doesnt work, all mails are normally delivered.
> 
> Probably because - as I wrote earlier - they use (Yes|YES) which is a
> pcre syntax, so if you're not using pcre: table, just regexp: table it
> won't match anything.
> 
>> What can I do? Do you need more informations? This is my spamassassin
>> conf:
> 
> Did you check that the mail gets scored in the first place? Did you look
> at headers?
> 
> -- 
> \.\.\.\.\.\.\.\.\.\.\.\.\.\ Heavy  voodoo here. I can't even believe you
> [EMAIL PROTECTED] are reading this.  Are you crazy? Don't even
> \.http://epsilon.eu.org/\.\ think about adjusting these[...](squid.conf)
> .\.\.\.\.\.\.\.\.\.\.\.\.\. 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Need-Help-For-Redirecting-SPAM-to-a-mailbox-tp20088706p20090511.html
Sent from the SpamAssassin - Users mailing list archive at Nabble.com.

Reply via email to