CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/11/05 02:14:32
Modified files:
usr.sbin/smtpd : control.c queue.c queue_backend.c queue_fs.c
smtpctl.8 smtpctl.c smtpd-api.h smtpd.c smtpd.h
Log message:
Implement smtpctl uncorrupt <msgid>
"uncorrupt" moves envelopes from corrupt bucket back to the queue
for further discovery by the daemon.
After correcting the corrupt envelopes, admin could now...
# smtpctl uncorrupt msgid
# smtpctl discover msgid
to schedule the messages.
Ok gilles@