Re: [courier-users] Re: maildrop: Timeout quota exceeded
Brought to you by:
mrsam
|
From: Gordon M. <yi...@eb...> - 2003-06-04 18:05:42
|
> Alexei Batyr' writes: > >> I had one relatively long (2.5 MB) message in the queue for local user >> with >> rather large .mailfilter file (1200 lines). Courierlocal regularly >> deferred >> delivery with this error message. When I've temporary renamed user's >> .mailfilter file message was delivered immediately. >> >> AFAIU it's a global maildrop delivery timeout. Is it configurable? If >> not, >> where could I change it in the sources? > Does the .mailfilter file contain patterns with several '.*' in them? You should understand that the time it takes to match a pattern with '.*' will have something like an exponential growth rate relative to the number of '.*' in your pattern. If you're searching the body of a message, the impact will obviously be much greater. |