diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-11-03 14:40:56 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-11-03 14:41:15 +0000 |
commit | 858e91c21a3a14da760299b6d54676ac18526418 (patch) | |
tree | 245fc169929e56d9a3d3130606524b09d4fb3323 /doc | |
parent | 27d9366447c75ae8c2263ac49f6bd7327ed15ebe (diff) |
PRDR: Introduce $prdr_requested flag variable. Bug 1712
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 15 | ||||
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
2 files changed, 18 insertions, 2 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 5254fb8a2..b0b1585fe 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -11989,6 +11989,13 @@ a single-component name, Exim calls &[gethostbyname()]& (or qualified host name. See also &$smtp_active_hostname$&. +.new +.vitem &$prdr_requested$& +.cindex "PRDR" "variable for" +This variable is set to &"yes"& if PRDR was requested by the client for the +current message, otherwise &"no"&. +.wen + .vitem &$prvscheck_address$& This variable is used in conjunction with the &%prvscheck%& expansion item, which is described in sections &<<SECTexpansionitems>>& and @@ -27393,8 +27400,12 @@ for some or all recipients. PRDR may be used to support per-user content filtering. Without it one must defer any recipient after the first that has a different content-filter configuration. With PRDR, the RCPT-time check -for this can be disabled when the MAIL-time $smtp_command included -"PRDR". Any required difference in behaviour of the main DATA-time +.new +.cindex "PRDR" "variable for" +for this can be disabled when the variable &$prdr_requested$& +is &"yes"&. +.wen +Any required difference in behaviour of the main DATA-time ACL should however depend on the PRDR-time ACL having run, as Exim will avoid doing so in some situations (e.g. single-recipient mails). diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index cea29eeb3..4e5663fab 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -68,6 +68,11 @@ JH/12 Bug 1706: percent and underbar characters are no longer escaped by the JH/13 Bug 1708: avoid misaligned access in cached lookup. +JH/14 Change header file name for freeradius-client. Relevant if compiling + with Radius support; from the Gentoo tree and checked under Fedora. + +JH/15 Bug 1712: Introduce $prdr_requested flag variable + Exim version 4.86 ----------------- |