Re: [exim] decode exim srs From

Etusivu
Poista viesti
Vastaa
Lähettäjä: Heiko Schlittermann
Päiväys:  
Vastaanottaja: exim-users
Aihe: Re: [exim] decode exim srs From
Arkadiusz Miśkiewicz <arekm@???> (Mo 17 Okt 2016 22:43:10 CEST):
> Host A is using exim internal SRS capability to rewrite From and then forward
> email to other host B.
>
> Now on host B I would like to rewrite From back to original form and then make
> exim all message processing (ACL, routers etc).
>
> srs key is known to both hosts.
>
> Can exim do that?


I'm not sure if Exim can do it, probably if linked with the SRS libs.

I'm doing reverse SRS with some small Perl utils

    use Mail::SRS qw(:all);


In Debian there are a 'srs', and a 'libmail-srs-perl' package.

--
Heiko