[Rt-commit] r13382 - rt/3.8/trunk/share/html/Install

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed Jun 18 08:51:21 EDT 2008


Author: sunnavy
Date: Wed Jun 18 08:51:19 2008
New Revision: 13382

Modified:
   rt/3.8/trunk/share/html/Install/Sendmail.html

Log:
cleaned up for the removed MaxAttachmentSize

Modified: rt/3.8/trunk/share/html/Install/Sendmail.html
==============================================================================
--- rt/3.8/trunk/share/html/Install/Sendmail.html	(original)
+++ rt/3.8/trunk/share/html/Install/Sendmail.html	Wed Jun 18 08:51:19 2008
@@ -75,11 +75,6 @@
 'Install/Emails.html');
     }
 
-    for ( qw/MaxAttachmentSize/ ) {
-        if ( $ARGS{$_} && $ARGS{$_} !~ /^\d+$/ ) {
-            push @results, "Invalid $_: it should be a number";
-        }
-    }
 
     unless ( -e $ARGS{SendmailPath} ) {
         push @results, "$ARGS{SendmailPath} doesn't exist.";


More information about the Rt-commit mailing list