Does this patch fix it? If so, It will make it into 3.6.5:
pinglin:~/svk/rt-3.6 jesse$ svk diff lib/RT/EmailParser.pm
=== lib/RT/EmailParser.pm
==================================================================
--- lib/RT/EmailParser.pm (revision 67593)
+++ lib/RT/EmailParser.pm (local)
@@ -615,7 +615,7 @@
# Turns out that the default is to recycle tempfiles
# Temp files should never be recycled, especially when running
under perl taint checking
- $parser->tmp_recycling(0);
+ $parser->tmp_recycling(0) if $parser->can('tmp_recycling');
}
Thanks!
On Sep 25, 2007, at 1:43 PM, Dirk Pape wrote:
Hello,just a warning for all not to upgrade MIME::Parser to version 5.421, this will render rt-mailgate unfunctional as we observed here.This is because RT::EmailParser calls the sub MIME::Parser- >tmp_recycling which happens to be deleted in 5.421Regards, Dirk. _______________________________________________ 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
PGP.sig
Description: This is a digitally signed message part
_______________________________________________ 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
