(I don't have the original so I can't do a diff, but basically the
loop variable should (always) be my'ed to protect it from being
altered. There was a problem with the MailFrom plugin setting $_ and
then corrupting the loop varialbe!)
----CUT---
# Since this needs loading, no matter what
foreach my $Class (@RT::MailPlugins) {
my ($Code, $NewAuthStat);
if ( ref($Class) eq "CODE" ) {
$Code = $Class;
} else {
$Class = "RT::Interface::Email::" . $Class
unless $Class =~ /^RT::Interface::Email::/;
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]
Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com