[rt-users] MaxAttachmentLength vs MaxAttachementSize in RT_Config.pm
Graham Dunn
gdunn at inscriber.com
Tue Nov 9 11:32:45 EST 2004
Unless I'm missing a definition somewhere ... (RT3.2.2)
--- RT_Config.pm.orig Tue Nov 9 11:30:30 2004
+++ RT_Config.pm Tue Nov 9 11:31:10 2004
@@ -104,12 +104,12 @@
Set($MaxAttachmentSize , 10000000);
# $TruncateLongAttachments: if this is set to a non-undef value,
-# RT will truncate attachments longer than MaxAttachmentLength.
+# RT will truncate attachments longer than MaxAttachmentSize.
Set($TruncateLongAttachments , undef);
# $DropLongAttachments: if this is set to a non-undef value,
-# RT will silently drop attachments longer than MaxAttachmentLength.
+# RT will silently drop attachments longer than MaxAttachmentSize.
Set($DropLongAttachments , undef);
More information about the rt-users
mailing list