[Rt-devel] RTAddressRegexp as to allow all mails
Francis L Fabrizio
fabrizio at uab.edu
Wed Mar 30 07:24:58 EDT 2011
That's not the purpose of $RTAddressRegexp. That variable is used to tell RT which email addresses are its own addresses, so it can avoid mail loops.
So, if your RT queue is helpdesk at foo.com<mailto:helpdesk at foo.com>, you might want:
Set($RTAddressRegexp , '^helpdesk(-comment)?\@foo\.com$');
Of course, the regexp can get more complicated with multiple queues or other more complex scenarios.
-Fran
PS - This question is probably best posted on rt-users instead of rt-devel.
From: rt-devel-bounces at lists.bestpractical.com [mailto:rt-devel-bounces at lists.bestpractical.com] On Behalf Of Simone Sanna
Sent: Wednesday, March 30, 2011 6:20 AM
To: rt-devel at lists.bestpractical.com
Subject: [Rt-devel] RTAddressRegexp as to allow all mails
Hello List,
How should I set $RTAddressRegexp to allow any incoming mail to be validated?
In my situation any valid e-mail should be allowed, because I am in the impossibility to know in advance any reasonable pattern.
Many thanks in advance for any help.
Regards,
Simone Sanna
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-devel/attachments/20110330/da85759d/attachment.html>
More information about the rt-devel
mailing list