[rt-users] MaxAttachmentLength vs MaxAttachementSize in RT_Config.pm
Jesse Vincent
jesse at bestpractical.com
Tue Nov 9 21:23:39 EST 2004
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);
>
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Be sure to check out the RT wiki at http://wiki.bestpractical.com
>
--
More information about the rt-users
mailing list