[Rt-commit] rt branch, 4.2/crypt-docs, repushed
Alex Vandiver
alexmv at bestpractical.com
Thu Feb 13 15:35:12 EST 2014
The branch 4.2/crypt-docs was deleted and repushed:
was a534ab4a2ba7dbe5e85ecc1b957342075967403a
now c55a7ce7873a1a312c8437ff4dd5a4aa97f9c49e
1: c7a546e = 1: ecf2050 Crypt: Make clearer that Auth::Crypt needs Auth::MailFrom as well
2: e93e0d2 ! 2: d3a56ec Crypt: Warn if we are altering an explicitly provided Incoming or Outgoing list
@@ -17,7 +17,8 @@
}
if ( $opt->{'Outgoing'} ) {
+ if (not $enabled{$opt->{'Outgoing'}}) {
-+ $RT::Logger->warning("$_ explicitly set as outgoing Crypt plugin, but not marked Enabled; "
++ $RT::Logger->warning($opt->{'Outgoing'}.
++ " explicitly set as outgoing Crypt plugin, but not marked Enabled; "
+ . (@enabled ? "using $enabled[0]" : "removing"));
+ }
$opt->{'Outgoing'} = $enabled[0] unless $enabled{$opt->{'Outgoing'}};
3: a534ab4 = 3: c55a7ce Crypt: Warn if Auth::Crypt is enabled but no Incoming plugins exist
More information about the rt-commit
mailing list