diff options
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | data/example.conf | 4 | ||||
-rw-r--r-- | version.log | 6 |
3 files changed, 9 insertions, 2 deletions
@@ -5,6 +5,7 @@ Provided by Anope Dev. <dev@anope.org> - 2005 07/01 A Events for channel access/xop updates. [ #00] 06/26 A New module pack module: hs_request. [ #00] 06/03 A Protocol files can now fill mod_current_buffer with custom code. [#389] +07/07 F Clarified comments for SendmailPath regarding -t option. [ #00] 07/02 F Module languages now default to NSDefLanguage, not English. [ #00] 07/02 F Various compile warnings when using AMD64. [ #00] 07/01 F Modules will now be properly unloaded on shutdown. [ #00] diff --git a/data/example.conf b/data/example.conf index 6ce2585d2..879f1f4ca 100644 --- a/data/example.conf +++ b/data/example.conf @@ -596,7 +596,9 @@ UseMail # to find the mail recipient; consult your SendMail documentation. # # Postfix users must use the compatible sendmail utility provided -# with it; this one needs no parameters on the command line. +# with it; this one usually needs no parameters on the command line. +# Most sendmail applications (or replacements of it) require the -t +# option to be used. SendMailPath "/usr/sbin/sendmail -t" diff --git a/version.log b/version.log index 514814abc..fc42972e4 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="10" -VERSION_BUILD="845" +VERSION_BUILD="846" # $Log$ # +# BUILD : 1.7.10 (846) +# BUGS : +# NOTES : Clarified comments above SendMailPath in the config, thanks IcyLiquid +# # BUILD : 1.7.10 (845) # BUGS : # NOTES : Added a warning for *NIX when running as root |