Re: Email redirect
>
> You may need to write one, cause I dont know which offhand is targeted
> exactly at this.
>
> check milter documentation for smfi_addrcpt() and smfi_delrcpt()
>
> Or if you like perl, David Skoll's mimedefang would probably be the one
> to try.
>
> Please be aware that the envelope sender and the envelope recipients
> may have something or nothing to do with the Headers in the body of the
> message.
>
> For a milter approach that could mean you need to take into
> consideration the data passed to the xxfi_envrcpt() callback.
Thanks very much! I will check it.
|