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

Re: Policies and RELAYCUSTOMER



> Nicolas Baumgarten wrote:
>
> >>> (message body)
> <<< 250 2.6.0 S33888AbQFFJeE message accepted
> /var/local/maps/rss/bin/rly: relay accepted - final response code 250
> 
> Is this fixed in future versions?
> Any quick fix for this to get out from RBL?
> 

        tsift "$origaddr" in
        # "percent redirect"
        (.*)%(.*)@(.*)
                return (((error bounce "$origaddr" $A))) ;;
        # "exlamation redirect"
        (.*)!(.*)@(.*)
                return (((error bounce "$origaddr" $A))) ;;
        # "colon pathing"
        @(.*),@(.*):(.*)@(.*)
                return (((error bounce "$origaddr" $A))) ;;
        tfist

Add it to the beginning of rrouter function in rrouter.cf. 

-- 
  Eino Tuominen