]> granicus.if.org Git - cronie/commitdiff
Redefine sendmail options.
authormmaslano <mmaslano@redhat.com>
Fri, 17 Aug 2007 12:51:52 +0000 (14:51 +0200)
committermmaslano <mmaslano@redhat.com>
Fri, 17 Aug 2007 12:51:52 +0000 (14:51 +0200)
config.h

index 678d9b711cc5c28ada8da6860118a0e76d8ed7ed..1bdd6ae07835fea9acfb6b02ea663fe089121b63 100644 (file)
--- a/config.h
+++ b/config.h
@@ -41,8 +41,9 @@
                         * (hint: MAILTO= was added for this reason).
                         */
 
-#define MAILFMT "%s -FCronDaemon -odi -oem -oi -t" /*-*/
-                       /* -Fx   = Set full-name of sender
+#define MAILFMT "%s -FCronDaemon -i -odi -oem -oi -t" /*-*/                        
+                        /* -i    = don't terminate on "." by itself
+                        * -Fx   = Set full-name of sender
                         * -odi  = Option Deliverymode Interactive
                         * -oem  = Option Errors Mailedtosender
                         * -oi   = Ignore "." alone on a line
@@ -53,7 +54,7 @@
 /* #define MAILFMT "%s -d %s"                          /*-*/
                        /* -d = undocumented but common flag: deliver locally?
                         */
-/* #define MAILARG "/bin/mail",mailto
+/* #define MAILARG "/bin/mail",mailto                   /*-*/
 
 /* #define MAILFMT "%s -mlrxto %s"                     /*-*/
 /* #define MAILARG "/usr/mmdf/bin/submit",mailto       /*-*/
@@ -78,7 +79,7 @@
                         * are both defined, then logging will go to both
                         * places.
                         */
-#define SYSLOG                         /*-*/
+#define SYSLOG                            
 
                        /* if you want cron to capitalize its name in ps
                         * when running a job.  Does not work on SYSV.