[rt-users] to: undisclosed recipients
Anne Ramey
anner at blast.com
Mon Mar 29 14:51:07 EST 2004
Thanks,
Since I added my help addresses to this, I've gotten a couple of
"RT-bounce" messages. Is this normal?
Anne
On Mar 29, 2004, at 10:21 AM, Alan Barrett wrote:
> On Mon, 29 Mar 2004, Anne Ramey wrote:
>> Thanks, I found it, but how do I set
>>
>> Set($RTAddressRegexp , '^ops\@example.com$');
>>
>> to more than 1 value? I have 2 addresses that forward to different
>> queues, and will soon have more.
>
> It's a string that contains a perl regular expression. See the perlre
> man page for information about the regular expression syntax. There
> are
> many ways to make a regular expression match multiple values.
>
> For example, you could use something like this:
>
> Set($RTAddressRegexp , '^(ops|support|help)\@example\.com$');
>
> or like this:
>
> Set($RTAddressRegexp ,
> '^(ops\@example\.com|help\@another\.example\.com)$');
>
> --apb (Alan Barrett)
> _______________________________________________
> rt-users mailing list
> rt-users at lists.bestpractical.com
> http://lists.bestpractical.com/mailman/listinfo/rt-users
>
> Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm
>
More information about the rt-users
mailing list