SOURCES: vixie-cron-mailto-chars.patch (NEW) - add underscore to allowed ch...

glen glen at pld-linux.org
Wed Jun 25 23:26:28 CEST 2008


Author: glen                         Date: Wed Jun 25 21:26:28 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- add underscore to allowed chars for MAILTO variable (bin_builder for example)

---- Files affected:
SOURCES:
   vixie-cron-mailto-chars.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/vixie-cron-mailto-chars.patch
diff -u /dev/null SOURCES/vixie-cron-mailto-chars.patch:1.1
--- /dev/null	Wed Jun 25 23:26:28 2008
+++ SOURCES/vixie-cron-mailto-chars.patch	Wed Jun 25 23:26:22 2008
@@ -0,0 +1,11 @@
+--- vixie-cron-4.1/do_command.c~	2008-06-26 00:15:48.000000000 +0300
++++ vixie-cron-4.1/do_command.c	2008-06-26 00:25:12.215163566 +0300
+@@ -585,7 +585,7 @@
+ 
+ static int
+ safe_p(const char *usernm, const char *s) {
+-	static const char safe_delim[] = "@!:%-.,";     /* conservative! */
++	static const char safe_delim[] = "@!:%-.,_";     /* conservative! */
+ 	const char *t;
+ 	int ch, first;
+ 
================================================================


More information about the pld-cvs-commit mailing list