13 May
2007
13 May
'07
8:39 p.m.
On Thu, 2007-04-26 at 11:01 +0100, Mike Brudenell wrote:
Likewise I'm not sure if I can simply change the source of deliver to
always return a temporary failure code because again there may be
other problems that occur which should be permanently failed.
I couldn't find any other permanent errors than "quota full", so if you want to handle that as temporary failure it's safe to always return EX_TEMPFAIL in error conditions.
CVS HEAD has now quota_full_tempfail setting for that.