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

Re: exim amd .forward



	Subject: exim amd .forward
	Date: Fri, Aug 03, 2001 at 01:31:16PM +0100

In reply to:Patrick Kirk

Quoting Patrick Kirk(patrick@kirks.net):
> Hi all,
> 
> The nice set of .forward templates that was on www.exim.org has disappeared.
> 
> Could anyone suggest the correct syntax that provides that if header to: cc:
> or from: debian-user@lists.debian.org then put in debian-user mailbox in my
> directory and likewise for other mailing lists?
> 
> I recall it was fairly straightforward to can't get it right.

This might be what you want

if $h_x-mailing-list matches "^<debian-(.*)@lists\\\\.debian\\\\.org>"
then
  seen save $home/mail/Lists/debian-$1
endif
  
-- 
It works! Now if only I could remember what I did...
_______________________________________________________



Reply to: