Jeremy Nicoll wrote:
> Sure thing. Right now I just have two lists at this domain:
> [email protected] and [email protected] and so I have just this line
> in my
> regexp table:
>
> /^(admin\-)?lis...@domain\.com$/i [email protected]
>
> It's a bit oversimplified, but it gets the job done.
Thanks for the example. My problem seems to stem from that we doing a lot of
mail on behalf of our customers.
Since we take care of everything in our database, we want to track the bounces
of bad mail accounts and have
it processed internally and not bounce it back to our customer. So I'll have
thousands different domains that
I have to track. Hence I thought adding bounce+ to Return-Path would solve my
problem since that would be
easy to track.
Chris