]> granicus.if.org Git - cronie/commitdiff
CRON_VALIDATE_MAILRCPTS was removed, because it was not used anyway.
authorMarcela Mašláňová <mmaslano@redhat.com>
Mon, 25 Jan 2010 08:20:06 +0000 (09:20 +0100)
committerMarcela Mašláňová <mmaslano@redhat.com>
Mon, 25 Jan 2010 08:20:06 +0000 (09:20 +0100)
crond.sysconfig
cronie.init

index 58a912a3c51af0d62097f6449eb103140877dd28..ee23703359efc2c6abfb5ab197ab5b64d155cb74 100644 (file)
@@ -1,9 +1,3 @@
 # Settings for the CRON daemon.
 # CRONDARGS= :  any extra command-line startup arguments for crond
-# CRON_VALIDATE_MAILRCPTS=1:a non-empty value of this variable will
-#                           enable cronie's validation of 
-#                           mail recipient names, which would then be
-#                           restricted to contain only the chars
-#                           from this tr(1) set : [@!:%-_.,:alnum:]
-#                           otherwise mailing is not attempted.
 CRONDARGS=
index e65c2e186ac73dcf1e603ba5d23d829969b56501..228431d00dac3f9905d627d3578f9c48b48e09c3 100755 (executable)
@@ -36,10 +36,6 @@ config=/etc/sysconfig/crond
 
 [ -e /etc/sysconfig/$prog ] && . /etc/sysconfig/$prog
 
-# validate mail
-t=${CRON_VALIDATE_MAILRCPTS:-UNSET}
-[ "$t" != "UNSET" ] && export CRON_VALIDATE_MAILRCPTS="$t"
-
 start() {
     if [ $UID -ne 0 ] ; then
         echo "User has insufficient privilege."