[Bps-public-commit] r15181 - in RT-Extension-CommandByEmail: .
sartak at bestpractical.com
sartak at bestpractical.com
Thu Aug 14 22:48:54 EDT 2008
Author: sartak
Date: Thu Aug 14 22:48:54 2008
New Revision: 15181
Modified:
RT-Extension-CommandByEmail/ (props changed)
RT-Extension-CommandByEmail/lib/RT/Interface/Email/Filter/TakeAction.pm
Log:
r69669 at onn: sartak | 2008-08-14 22:48:45 -0400
More words in this error message so people can actually figure out what to do :)
Modified: RT-Extension-CommandByEmail/lib/RT/Interface/Email/Filter/TakeAction.pm
==============================================================================
--- RT-Extension-CommandByEmail/lib/RT/Interface/Email/Filter/TakeAction.pm (original)
+++ RT-Extension-CommandByEmail/lib/RT/Interface/Email/Filter/TakeAction.pm Thu Aug 14 22:48:54 2008
@@ -152,7 +152,8 @@
$RT::Logger->error(
"Filter::TakeAction executed when "
."CurrentUser (actor) is not authorized. "
- ."Most probably you want to add Auth::MailFrom plugin before."
+ ."Most probably you want to add Auth::MailFrom plugin before "
+ ."Filter::TakeAction in the \@MailPlugins config."
);
return ( $args{'CurrentUser'}, $args{'AuthLevel'} );
}
More information about the Bps-public-commit
mailing list