Re: [EXIM] uucp configuration

Top Page
Delete this message
Reply to this message
Author: Philip Hazel
Date:  
To: Kerry Hoath
CC: exim-users
Subject: Re: [EXIM] uucp configuration
On Wed, 12 Nov 1997, Kerry Hoath wrote:

> Does anyone have any rewriting rules for exim 1.61 to rewrite bang-paths
> so I can toss uucp mail with exim?


This rewrites a!b as b@a, which is the only one I've got. Of course it
handles only simple cases.

^([^!]+)!(.+)@xoanon\.csi\.cam\.ac\.uk$ $2@$1


-- 
Philip Hazel                   University Computing Service,
ph10@???             New Museums Site, Cambridge CB2 3QG,
P.Hazel@???          England.  Phone: +44 1223 334714



--
*** Exim information can be found at http://www.exim.org/ ***