Subject: | don't try to process commands from unpriviliged users? |
Sometimes somebody emails the ticket system and the start of their
message happens to look like a command to be processed, eg:
Guys: My computer is on fire!
RT::Interface::Email::Filter::TakeAction sees this, tries to process
it, fails, and sends an error back to the user, who becomes confused.
I don't know what the best fix for this is, but my current thought is
that it shouldn't try to process commands from unpriviliged users. If
you have any other opinions I'd love to hear them. Otherwise I'll
likely try to come up with a patch for this, if I do I'll let you know.