diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-07-07 15:27:25 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-07-07 15:27:25 +0000 |
commit | 1e1cdee5d4874cffca2ea50e78833f83c7a9a963 (patch) | |
tree | e54f1a6107ab55939c90321a54bcde65a10c7777 | |
parent | 796a8345471e46d98df8b647ad986e2d753ae089 (diff) |
BUILD : 1.7.10 (846) BUGS : NOTES : Clarified comments above SendMailPath in the config, thanks IcyLiquid
git-svn-id: svn://svn.anope.org/anope/trunk@846 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@599 5417fbe8-f217-4b02-8779-1006273d7864
-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 |