[Rt-commit] rt branch, 4.4/improve-rt-externalize-attachments, repushed

Craig Kaiser craig at bestpractical.com
Thu Jan 11 08:54:22 EST 2018


The branch 4.4/improve-rt-externalize-attachments was deleted and repushed:
       was 3927c7d383795980786a9a842950a4673d416b8b
       now c499a87f7ebfd6939311cdfb60577e64f857b79e

1: 3927c7d38 ! 1: c499a87f7 Improve rt-externalize-attachments
    @@ -48,7 +48,7 @@
                  }
              }
     -
    -+            if ( $attach->Count >= $attachments ) {
    ++            if ( $attach->Count >= $attachments && $attachments ) {
     +                RT->Logger->info("Reached attachment limit.");
     +                exit 2;
     +            }



More information about the rt-commit mailing list