room_citadel_support  

[Citadel Support] Re:filtering

davew
Fri, 13 Jun 2008 09:36:02 -0700

>Wed Jun 04 2008 09:29:01 EDT from [EMAIL PROTECTED] 
>Subject: Re:filtering
>
>>
>>
>>I need to check, but I'm pretty sure that filtering on x- headers are
>>dropped by the server. Well not actiually dropped, its a little more
>>complicated than that.
>>
>>Can you check that those headers are actually in the spam-mail when you
>>think they should be. IE after you download that message from the server.
>>
>>  

>
>
>Yes, I can verify the headers are still there. I had to use postfix with
>spamassassin in order to actually get spam delivered.
>
>http://www.citadel.org/doku.php/faq:spam:spamassassin#configuring.a.per.user.
>spam.folder  



Hang on, am I getting this right.

You are trying to use Sieve in Citadel to filter on a messages that Citadel
has rejected as spam already using spamassassin?

If you are then that will always fail since the Citadel spamassassin thing
always rejects spam.

What I was getting at was checking that the x-spam headers exist within a
message that you want Citadel's sieve to filter, after the filtering has
failed.

Or is it that you are using a postfix frontend to do the spam filter and not
Citadel's builtin spamassassin thus the spam is delivered to the user and
then you want sieve to filter on the x-spam headers?