Removed the requirement that there be whitespace between CONFIRM and
[attachcheck] / ac_add_override.pl
1 #!/usr/bin/perl -p -i
2
3 # copyright (c) Benjamin Mako Hill <mako@debian.org>
4 # This software comes with ABSOLUTELY NO WARRANTY.
5 # This is free software and is licensed under the GNU GPL.
6
7 if (not $edited and m/^\s*\n$/) {
8         s/^\s*\n$/X-AttachCheck-Override: Yes\n\n/;
9         $edited = 1;
10 }

Benjamin Mako Hill || Want to submit a patch?