Message1018

Author izak
Recipients izak, loewis
Date 2008-03-07.07:05:25
SpamBayes Score 0.208838
Marked as misclassified No
Content
Martin v. Löwis wrote:
> Currently, when mail gets sent to report+gvanrossum@bugs.python.org (say), it
> ends up in /var/spool/mail/roundup. Would it be possible to change the postfix
> configuration so that all mail to report+<foo> gets processed the same as
> report, i.e. redirected to roundup+tracker?

Good question. Postfix has this feature where mail addressed to 
user+suffix is delivered to user, but if that user has a .forward+suffix 
file in his home directory, it follows the instructions contained 
therein. We're already making use of this feature, mail sent to 
report@bugs.python.org gets aliased to roundup+tracker, which delivers 
it to the roundup user and follows the instructions contained in 
.forward+tracker. I'm not sure what postfix does in the case where there 
was already a suffix on the original address.

I'm much more of an exim guy and I know this would be very easy in exim, 
but I suspect something might be possible using transports or something 
similar. This will require some research.
History
Date User Action Args
2008-03-07 07:05:26izaksetspambayes_score: 0.208838 -> 0.208838
recipients: + izak, loewis
2008-03-07 07:05:26izaklinkissue195 messages
2008-03-07 07:05:25izakcreate