X-Git-Url: https://projects.mako.cc/source/attachcheck/blobdiff_plain/b86228cb8f3f79c0f6d71a725995e334ad963118..9b80ec9c6149b61bb3a5e1af459288e5657926c8:/ac_add_override.pl diff --git a/ac_add_override.pl b/ac_add_override.pl deleted file mode 100755 index f816d29..0000000 --- a/ac_add_override.pl +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/perl -p -i - -# copyright (c) Benjamin Mako Hill -# This software comes with ABSOLUTELY NO WARRANTY. -# This is free software and is licensed under the GNU GPL. - -if (not $edited and m/^\s*\n$/) { - s/^\s*\n$/X-AttachCheck-Override: Yes\n\n/; - $edited = 1; -}