summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfukachan <fukachan>2006-04-20 23:56:02 +0000
committerfukachan <fukachan>2006-04-20 23:56:02 +0000
commitdbc7bd899960abe60da71f8b1e88968fa1b15c52 (patch)
tree0f9df2d0b519f78fb77f8b0ed851647cc3c6fdbf
parent4d988749498c931f06d7d925fcb550612dd194b5 (diff)
downloadfml8-dbc7bd899960abe60da71f8b1e88968fa1b15c52.tar.gz
fml8-dbc7bd899960abe60da71f8b1e88968fa1b15c52.tar.bz2
fml8-dbc7bd899960abe60da71f8b1e88968fa1b15c52.zip
log as status=deferred not status=fail when the delivery fails.
-rw-r--r--fml/lib/FML/Process/QueueManager.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Process/QueueManager.pm b/fml/lib/FML/Process/QueueManager.pm
index c542c773..c42882d8 100644
--- a/fml/lib/FML/Process/QueueManager.pm
+++ b/fml/lib/FML/Process/QueueManager.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: QueueManager.pm,v 1.40 2006/04/04 13:00:33 fukachan Exp $
+# $FML: QueueManager.pm,v 1.41 2006/04/05 12:54:26 fukachan Exp $
#
package FML::Process::QueueManager;
@@ -208,7 +208,7 @@ sub _send
$curproc->log("qmgr: qid=$qid status=sent delay=$delay");
}
else {
- $curproc->logerror("qmgr: qid=$qid status=fail");
+ $curproc->logerror("qmgr: qid=$qid status=deferred");
}
return $r;