Autor: Stian Grytoyr Data: A: exim-users Assumpte: Re: [Exim] Don't deliver to procmail if system quota is over/near limit
Stian Grytoyr <stian.grytoyr@???> writes:
| My idea was to have a router with a condition that runs a
| command to check for available space. If the condition is
| true (there isn't enough space), the message is kept on
| queue and retried at the usual intervals. Is that possible?
Hmm, it looks like a redirect router with data = :defer:
will do what I want. Sorry, I guess I didn't RTFM enough
before posting.