From 858e91c21a3a14da760299b6d54676ac18526418 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Tue, 3 Nov 2015 14:40:56 +0000 Subject: PRDR: Introduce $prdr_requested flag variable. Bug 1712 --- doc/doc-docbook/spec.xfpt | 15 +++++++++++++-- doc/doc-txt/ChangeLog | 5 +++++ 2 files changed, 18 insertions(+), 2 deletions(-) (limited to 'doc') 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 &<>& 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 ----------------- -- cgit v1.2.3