diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-07-22 16:38:08 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-07-22 21:47:00 +0100 |
commit | 14de8063d82edc5bf003ed50abdea55ac542679b (patch) | |
tree | 7352c2cfae0db6bfadcfd91bcf8812eaf7ce086a /test/confs | |
parent | d7571ac555518797c3553f6080f6aab3fda6ec58 (diff) |
On callout avoid SIZE every time but noncacheable rcpt main-verify. Bug 2151
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/0227 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/confs/0227 b/test/confs/0227 index ed988ac85..fea66e16f 100644 --- a/test/confs/0227 +++ b/test/confs/0227 @@ -24,6 +24,8 @@ check_recipient: !verify = sender/callout=no_cache deny hosts = V4NET.0.0.3 !verify = recipient/callout=no_cache + deny hosts = V4NET.0.0.7 + !verify = recipient/callout=no_cache,use_sender,random deny hosts = V4NET.0.0.5 !verify = sender/callout=no_cache/check_postmaster deny hosts = V4NET.0.0.6 |