diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2010-02-23 22:09:56 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2010-02-23 22:09:56 +0000 |
commit | b7b5e13164f72158cae3a05954814b8381a3e808 (patch) | |
tree | 63e7ec67640ec67fb494810717696780950d27a1 | |
parent | d557d35108cdab45334c9072977ba14c1cfb747e (diff) |
add remove command; ok jmc@ gilles@
-rw-r--r-- | usr.sbin/smtpd/smtpctl.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/smtpctl.8 b/usr.sbin/smtpd/smtpctl.8 index 5c39922ff07..0bf99c0e48b 100644 --- a/usr.sbin/smtpd/smtpctl.8 +++ b/usr.sbin/smtpd/smtpctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: smtpctl.8,v 1.12 2010/02/23 21:12:14 stevesk Exp $ +.\" $OpenBSD: smtpctl.8,v 1.13 2010/02/23 22:09:55 stevesk Exp $ .\" .\" Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org> .\" @@ -43,6 +43,8 @@ Temporarily stop deliveries to local users. .It Cm pause outgoing Temporarily stop relaying and deliveries to remote users. +.It Cm remove Ar message-uid | message-id +Removes a single message, or all messages with the same message ID. .It Cm resume incoming Resume accepting incoming sessions. .It Cm resume local |