[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SMTP relay bug in 2.99.50s10?



On Mon, 31 May 1999, James MacKinnon wrote:

> 	1) Matti indicates that the following in smtpserver.conf
> 	   should work for the % redirect:
> 
> 		PARAM  reject-percent-kludge

I couldn't get this to work - in s18 and s10, there's code under
smtpserver/ to set percent_accept = -1 when this is in the config file,
but no code to actually do anything about it :)

> or	2) add the following to cf/rrouter.conf at the beginning
> 	   of the rrouter function:
> 
>         tsift "$origaddr" in
>         # "percent redirect"
>         (.*)%(.*)@(.*)
>                 return (((error percent-redirect "$origaddr" $A))) ;;
>         # "colon pathing"
>         @(.*),@(.*):(.*)@(.*)
>                 return (((error colon-pathing "$origaddr" $A))) ;;
>         tfist

Thanks, I'll try that.