------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1169 Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Git Commit <[email protected]> 2011-11-30 16:17:19 --- Git commit: http://git.exim.org/exim.git/commitdiff/4a891427d0a3b443ab636fa6c978d2367d077895 commit 4a891427d0a3b443ab636fa6c978d2367d077895 Author: Nigel Metheringham <[email protected]> AuthorDate: Wed Nov 30 15:55:14 2011 +0000 Commit: Nigel Metheringham <[email protected]> CommitDate: Wed Nov 30 15:55:14 2011 +0000 Documentation had primary_host_name for primary_hostname. Fixes: #1169 --- doc/doc-docbook/spec.xfpt | 4 ++-- doc/doc-txt/ChangeLog | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 131dffa..951cd52 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -13073,7 +13073,7 @@ section &<<SECTcallvercache>>& for details of the caching. This option defines the &"random"& local part that can be used as part of callout verification. The default value is .code -$primary_host_name-$tod_epoch-testing +$primary_hostname-$tod_epoch-testing .endd See section &<<CALLaddparcall>>& for details of how this value is used. @@ -27776,7 +27776,7 @@ check for a &"random"& local part at the same domain. The local part is not really random &-- it is defined by the expansion of the option &%callout_random_local_part%&, which defaults to .code -$primary_host_name-$tod_epoch-testing +$primary_hostname-$tod_epoch-testing .endd The idea here is to try to determine whether the remote host accepts all local parts without checking. If it does, there is no point in doing callouts for diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index bef8902..4e037ea 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -13,6 +13,8 @@ NM/01 Bugzilla 949 - Documentation tweak NM/02 Bugzilla 1093 - eximstats DATA reject detection regexps improved. +NM/03 Bugzilla 1169 - primary_hostname spelling was incorrect in docs. + -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
