Merge branch 'rs/inline-compat-path-macros'
[gitweb.git] / contrib / hooks / multimail / post-receive
index 93ebb437d17a2cde8a48419ae98d588b3e25f0b5..4d46828ba5574aba988e8a89d99386b5558b299a 100755 (executable)
@@ -66,10 +66,10 @@ mailer = git_multimail.choose_mailer(config, environment)
 # Alternatively, you may hardcode the mailer using code like one of
 # the following:
 
-# Use "/usr/sbin/sendmail -t" to send emails.  The envelopesender
+# Use "/usr/sbin/sendmail -oi -t" to send emails.  The envelopesender
 # argument is optional:
 #mailer = git_multimail.SendMailer(
-#    command=['/usr/sbin/sendmail', '-t'],
+#    command=['/usr/sbin/sendmail', '-oi', '-t'],
 #    envelopesender='git-repo@example.com',
 #    )