Autor: Xander D Harkness Data: A: greg CC: EximUser List Assumpte: Re: [Exim] exim filter and Maildir
Greg Folkert wrote:
>--
>On Wed, 2004-06-23 at 13:56, Xander D Harkness wrote:
>
>
>>Please can someone point to what I am missing
>>
>>I have an exim filter file in my home directory that worked before I
>>migrated to Maildir. The contents are:
>>
>># Exim filter
>>logfile $home/filter.log
>>if $message_body matches helloxander
>> then
>>save $home/Maildir/.INBOX.testme/
>>endif
>>
>>I send an email that has helloxander in the body.
>>
>>If I test the filter on the command line it says it works:
>>
>>
>
>If I were you I'd use a mail delivery agent like maildrop or procmail
>for sorting your mail.
>
>Easy rules in maildrop, but not quite as flexible. Procmail... pisser
>for rules *sometimes* but vastly more capable. I currently use maildrop
>as I am not in need of such raw power.
> Thanks for the recommendations.
I still do not like things that do not work when they should, it niggles
saying something is broken somewhere. :-)