Re: Newbie question...



On Thu, Aug 30, 2001 at 02:26:39PM +0100, Carlos Morgado wrote:
> > A simple reason why I prefer this is that I want the messages to be
> > delivered/sorted in the same way no matter what client I use. I use IMAP
> > for everything, of course, which also means that MUA filtering would update
> > the _server_ layout, which doesn't seem right to me.
> > 
> exim does this on it's own ? or uses procmail ?

exim has its own filtering language which individual users can use in
a dot-file in their home dir. I find it much easier to read than
procmail ;-) though I believe it's ultimately less powerful (but all I 
do is file mailing lists into folders).

excerpt:

# Exim Filter <-- don't change this line

if $h_mailing-list matches "list ([^@]*)@([^ ]*)" then
    save mail/$1
    finish
endif

if $h_X-Mailing-List matches "<?(.*)>?@(.*)" then
    save mail/$1
    finish
endif

if $h_sender is "owner-cups@easysw.com" then
    save mail/cups
    finish
endif



Jules





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]