<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>So Do I have to define this in the localmacros file via:<BR>CHECK_RCPT_LOCAL_LOCALPARTS = ^[a] : ^[.] : ^.*[@%!/|\''#&amp;?]<BR>
<BR>and all should work?<BR>
or should the local macros file just contain:<BR>
CHECK_RCPT_LOCAL_LOCALPARTS = true<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
thanks<BR><BR><BR><BR>

<HR id=stopSpelling>
<BR>
&gt; Date: Fri, 2 Feb 2007 08:25:15 +0100<BR>&gt; From: mh+pkg-exim4-users@zugschlus.de<BR>&gt; To: pkg-exim4-users@lists.alioth.debian.org<BR>&gt; Subject: Re: [Pkg-exim4-users] local macros<BR>&gt; <BR>&gt; On Thu, Feb 01, 2007 at 11:24:55PM -0000, Andrew wrote:<BR>&gt; &gt; Problem is I don't know how to 'define' a macro?<BR>&gt; <BR>&gt; No, the problem is somewhere else.<BR>&gt; <BR>&gt; &gt; CHECK_RCPT_LOCAL_LOCALPARTS = a^[.] : ^.*[@%!/|\''`#&amp;?]<BR>&gt; <BR>&gt; That's a regular expression matching any string that has an "a" before<BR>&gt; its beginning.<BR>&gt; <BR>&gt; what you want is:<BR>&gt; <BR>&gt; CHECK_RCPT_LOCAL_LOCALPARTS = ^[a.] : ^.*[@%!/|\''#&amp;?]<BR>&gt; <BR>&gt; or (probably better understandeable<BR>&gt; <BR>&gt; CHECK_RCPT_LOCAL_LOCALPARTS = ^[a] : ^[.] : ^.*[@%!/|\''#&amp;?]<BR>&gt; <BR>&gt; Both regular expressions matche all strings that start with a dot or<BR>&gt; an "a" or contain one of the characters from [@%!/|\''#&amp;?] at any<BR>&gt; place.<BR>&gt; <BR>&gt; Greetings<BR>&gt; Marc<BR>&gt; <BR>&gt; -- <BR>&gt; -----------------------------------------------------------------------------<BR>&gt; Marc Haber | "I don't trust Computers. They | Mailadresse im Header<BR>&gt; Mannheim, Germany | lose things." Winona Ryder | Fon: *49 621 72739834<BR>&gt; Nordisch by Nature | How to make an American Quilt | Fax: *49 621 72739835<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; Pkg-exim4-users mailing list<BR>&gt; Pkg-exim4-users@lists.alioth.debian.org<BR>&gt; http://lists.alioth.debian.org/mailman/listinfo/pkg-exim4-users<BR><BR></body>
</html>