Hi Oliver

Your first hint worked out for me ! Thanks.

This required the conditions in the amavis and spamassassin directors to change 
though. 

( the amavis condition changed to )
 condition = "${if or{ {eq {$received_protocol}{scanned-ok}} {eq 
{$received_protocol}{spam-scanned}} } {0}{1}}"

( the spamcheck condition,  back to what it was this originally )
condition = "${if and { {!def:h_X-Spam-Flag:} {!eq {$received_protocol}{spam-scanned}} 
{!eq {$received_protocol}{local}} {eq {$received_protocol}{scanned-ok}} } {1}{0}}"

(which i had to change to this one because of amavis casing loops)
condition = "${if or{ {eq {$received_protocol}{scanned-ok}} {eq 
{$received_protocol}{spam-scanned}} } {0}{1}}"

I put the spamassassin director just after the system/virtual directors.

Thanks

Regards

Chris G
-----Original Message-----
From:   Olivier Nicole [SMTP:[EMAIL PROTECTED]]
Sent:   Friday, July 12, 2002 3:34 PM
To:     [EMAIL PROTECTED]
Cc:     [EMAIL PROTECTED]
Subject:        Re: [SAtalk] Spamassassin + aliases + exim

Chris,

> I've been trying to work out one things but seem to not have enough
> of a clue to get anywhere. I can briefly describe this problem I am
> having as 'problem with filtering using user prefs when dealing with
> an aliased addresses ?'

Either you run SA after the alias has been resolved (I don't know if
it is feasible with exim).

Or you run the user pref in a database, where you can have an entry
for both chris and christo.

Or you patch SA to check the list of aliases (not recommended :)

Olivier


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Gadgets, caffeine, t-shirts, fun stuff.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Gadgets, caffeine, t-shirts, fun stuff.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to