Giuliano Gavazzi wrote:
>> warn domains = +local_domains
>> !verify = recipient
>> set acl_c0 = ${eval: $acl_c0+1}
>> delay = ${eval: ($acl_c0 - 1) * 60}s
>>
>> I have tried to suppress the message by explicitly adding an empty log
>> message
>>
>> log_message =
>>
>> but this does not work.
What about doing all this in an ACL that accepts the mail at the same time?
Change warn into accept - and possibly put the ACL somewhere else in the list if
needed.
Thomas