[rt-users] A header line which makes RT not re-open tickets?
Jesse Vincent
jesse at bestpractical.com
Mon Aug 25 08:18:10 EDT 2008
You want to look at RT::Action::AutoOpen.
Particularly, you're looking for a line like this:
return undef if ($msg->GetHeader('RT-Control') || '') =~ /
\bno-autoopen\b/i;
On Aug 25, 2008, at 4:35 AM, Richard Hartmann wrote:
> Hi all,
>
> is there any header line I could add that would RT ignore incoming
> emails (i.e. not reopen the ticket) or, preferably, to file the
> reply as
> a comment but not re-open any closed tickets?
>
> As always, if there is not, what would others think of the
> usefulness of
> such a thing?
>
>
> Thanks,
> Richard
> _______________________________________________
> 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
>
More information about the rt-users
mailing list