[rt-users] RT selectively not sending email

Ruslan Zakirov ruslan.zakirov at gmail.com
Tue Sep 19 11:48:44 EDT 2006


On 9/19/06, Isaac Vetter <ivetter at math.purdue.edu> wrote:
> Ruslan Zakirov wrote:
> >>
> >>  '^systems|helpdesk|webmaster.*\@domain.edu$'
> > This is also incorrect :) you need
> > '^(systems|helpdesk|webmaster).*\@domain.edu$'
>
> No, actually parentheses are not necessary due, I think, to order of
> precedence.
regexp '^systems|helpdesk|webmaster.*\@domain.edu$' matches:
1) any email address that starts with "systems", for example "systems at mail.ru"
2) any email address that has substring "helpdesk", for example
"helpdesk at google.com" or "Cool.User at helpdesk.domain.com"
3) and any email that contains "webmaster" in name part and domain is
"domain.edu", for example "qwewebmasterewq at domain.edu"

>
> But thanks for chiming in, Ruslan.
>
> >
> > See also http://wiki.bestpractical.com/index.cgi?RTAddressRegexp
> >
>
>
>
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Community help: http://wiki.bestpractical.com
> Commercial support: sales at bestpractical.com
>
>
> Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
> Buy a copy at http://rtbook.bestpractical.com
>
>
>


-- 
Best regards, Ruslan.



More information about the rt-users mailing list