Patrick Domack wrote:
> Quoting mouss <[EMAIL PROTECTED]>:
> 
>> Halil A??n wrote:
>> so it's a question for the maildrop mailing list. see below however.
>>
>>
>>> [snip]
>>> # Drop anything listed as Spam into .Spam
>>> #
>>> if (/^X-Spam-Flag: *YES/)
>>> {
>>>         to "$DEFAULT/spam/"
> 
> Shouldn't that be:
> 
> if (/^X-Spam-Flag: *Yes/:h)
> 
> dunno if it matters, I always use :h to match headers, it might work  
> without, by searching the whole email message, I dunno what the  
> default is, or if it just fails.

the default in maildrop is to match headers, so you don't need to 
specify the h flag.

In fact, OP had the "FAQ problem": mail not tagged because domain was 
not listed as local.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/amavis-user 
 AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 
 AMaViS-HowTos:http://www.amavis.org/howto/ 

Reply via email to