Re: [Exim] Urgent Help !!!!!!!!!!!!!!!!!!!!!!!!!11

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Nico Erfurth
Ημερομηνία:  
Προς: Giuliano Gavazzi
Υ/ο: Tony Earnshaw, Exim-Users (E-mail)
Αντικείμενο: Re: [Exim] Urgent Help !!!!!!!!!!!!!!!!!!!!!!!!!11
Giuliano Gavazzi wrote:

> Besides, does anybody know why message_size_limit_count_recipients
> was a failed experiment? I could not find a reason logged in the
> archives.


No, but I think it can be easily emulated in your data_acl, using
something like

deny condition = ${if > {${eval: $rcpt_count * $message_size}}{10M}{1}}

Nico