Version 0.2 of the program.
[attachcheck] / ac_add_override.pl
diff --git a/ac_add_override.pl b/ac_add_override.pl
deleted file mode 100755 (executable)
index f816d29..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/perl -p -i
-
-# copyright (c) Benjamin Mako Hill <mako@debian.org>
-# 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;
-}

Benjamin Mako Hill || Want to submit a patch?