MaxAttachmentLength vs MaxAttachementSize in RT_Config.pm

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);

Thanks. Applied .On Tue, Nov 09, 2004 at 11:32:45AM -0500, Graham Dunn wrote:

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);


The rt-users Archives

Be sure to check out the RT wiki at http://wiki.bestpractical.com