ram:
> If I am getting bounces for VERP ids
With VERP, the envelope recipient rcptn...@rcptdomain is embedded
in the bounce address as
[email protected]
(assuming recipient delimiters of "+=").
> The postfix VERP HOWTO describes how to handle the emails that bounce
> using forward path and aliases
> Is there a simpler way. I want to send all the mails to a cyrus
> mailbox , where I can do the parsing
>
> What if I use a virtual alias maps regex
>
> /^[email protected]/ [email protected]
With this, you lose the rcptname=rcptdomain information,
which already provides you with the recipient address.
What could be simpler than replacing "=" by "@" ?
Wietse
> What do you guys do for handling bounces ?
>
> Thanks
> Ram
>