[rt-users] Returned mail from RT
Graham Dunn
graham.dunn at leitch.com
Thu May 19 15:26:55 EDT 2005
On Thu, May 19, 2005 at 02:10:57PM -0500, Vicki Stanfield wrote:
>
> Okay, I am still getting mails that use the old email address variable
> of machine.domain.com instead of simply domain.com. I must not have
> something right. Here are the lines from the RT_SiteConfig.pm:
>
> Set($CanonicalizeEmailAddressMatch , '@machine\.domain\.com$');
> Set($CanonicalizeEmailAddressReplace , '@domain.com');
>
> Am I missing something about how this is used? It says that it rewrites
> incoming email addresses. Does that not include the email address on
> mails coming from rt then? I have set the rtname and Organization
> variables to domain.com.
If you're trying to change the Return-Path: type headers, you may need
something like this in RT_SiteConfig.pm
Set($SendmailArguments,"-oi -t -ODeliveryMode=b -OErrorMode=m -f support\@example.com");
This makes the Rutern-path header in email to supprt at example.com
If that's not you were asking about, sorry :)
Graham
More information about the rt-users
mailing list