[Esa-l] Patch for 1.128
Karl Dunn
Karl.Dunn at vmic.com
Wed Mar 21 12:07:32 PST 2001
John:
I found a very minor bug in 1.128: the REPORT string doesn't get detected
properly where the script is building the nag mail messages. The missing
"$" prevented the expansion of the HOST environment string.
Here is the patch (diff -u format):
- - - - - Cut - - - - -
--- html-trap.procmail-1.128 Sat Feb 24 12:00:00 2001
+++ html-trap.procmail-new Wed Mar 21 13:39:17 2001
@@ -852,7 +852,7 @@
}
:0 HB
- * ^X-Content-Security: \[${HOST}\] \/REPORT: .*
+ * $ ^X-Content-Security: \[${HOST}\] \/REPORT: .*
{
REPORT="$MATCH"
}
- - - - - Cut - - - - -
Karl Dunn (KLD13)
VMIC
12090 South Memorial Parkway
Huntsville AL USA 35803
VOICE: (256) 382-8211 or (800) 322-3616
FAX: (256) 650-5472 or (256) 882-0859
-------------- next part --------------
--- html-trap.procmail-1.128 Sat Feb 24 12:00:00 2001
+++ html-trap.procmail-new Wed Mar 21 13:39:17 2001
@@ -852,7 +852,7 @@
}
:0 HB
- * ^X-Content-Security: \[${HOST}\] \/REPORT: .*
+ * $ ^X-Content-Security: \[${HOST}\] \/REPORT: .*
{
REPORT="$MATCH"
}
More information about the esd-l
mailing list