Add the force_command option to the pipe transport
[exim.git] / src / src / match.c
index fa64cbd99a0107e295fff288690e4ffcccdc2644..66ae3dddbbc02387867f8de0f90052a6c30d43d4 100644 (file)
@@ -1,5 +1,3 @@
-/* $Cambridge: exim/src/src/match.c,v 1.20 2009/11/16 19:50:37 nm4 Exp $ */
-
 /*************************************************
 *     Exim - an Internet mail transport agent    *
 *************************************************/
@@ -1012,7 +1010,7 @@ uschar *s, *pdomain, *sdomain;
 
 error = error;  /* Keep clever compilers from complaining */
 
-DEBUG(D_lists) debug_printf("address match: subject=%s pattern=%s\n",
+DEBUG(D_lists) debug_printf("address match test: subject=%s pattern=%s\n",
   subject, pattern);
 
 /* Find the subject's domain */