CVSROOT: /cvs Module name: src Changes by: gil...@cvs.openbsd.org 2012/10/10 13:39:11
Modified files: usr.sbin/smtpd : parser.c parser.h smtpctl.8 smtpctl.c smtpd.h util.c Log message: teach smtpctl how to display envelopes and messages using their id. this allows an admin to inspect the queue without having to manually extract bucket and find the path to an envelope or message. diff by Sunil Nimmagadda <su...@poolp.org> ok eric@, chl@ and I