[rt-users] blah.blah at foo.com is an address RT receives mail at

Craig Ringer craig at 2ndquadrant.com
Wed Jul 24 20:40:42 EDT 2013


On 07/24/2013 10:37 PM, LAW Andy wrote:
> I see a couple of previous threads mentioning this, but no obvious resolution. Any clues or pointers as got how to fix this apparent configuration problem?

It sounds like the address must match your $RTAddressRegexp .

Have you tested this manually?

Try:

cpan
install Devel::REPL
re.pl
'the at address' =~ qr{^....my-rt-address-regexp-here....$};

see if you get any match(es).

-- 
 Craig Ringer                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services



More information about the rt-users mailing list