X-Git-Url: https://git.distorted.org.uk/~mdw/ezmlm/blobdiff_plain/5b62e993b0af39700031c2875d7f6654e6a02850..f8beb284087c279acfb30506f5bb32baa4949b44:/ezmlm-unsub.1 diff --git a/ezmlm-unsub.1 b/ezmlm-unsub.1 index 7223ae9..8fcfd63 100644 --- a/ezmlm-unsub.1 +++ b/ezmlm-unsub.1 @@ -3,6 +3,11 @@ ezmlm-unsub \- manually remove addresses from a mailing list .SH SYNOPSIS .B ezmlm-unsub +[ +.B \-mMHvV +] [ +.B \-h\fBhash +] .I dir [ .I box\fB@\fIdomain ... @@ -14,6 +19,10 @@ removes each address from the mailing list stored in .IR dir . +If no command line argument is given, +.B ezmlm-unsub +will process stdin instead. + If .I box\fB@\fIdomain is not on the mailing list, @@ -26,10 +35,46 @@ converts to lowercase before removing .I box\fB@\fIdomain from the mailing list. +.SH "GENERAL OPTIONS" +.TP +.B \-v +Display +.B ezmlm-unsub(1) +version information. +.TP +.B \-V +Display +.B ezmlm-unsub(1) +version information. +.SH "MYSQL OPTIONS" +These option is silently ignored in the absence of mysql support. +.TP +.B \-h \fIhash +With mysql support the argument is used as the hash. The argument should +be between 1 and 99. The hash is used in +in the distribution of addresses between sublists. As the hash is normally +between 0 and 52, controlling the hash makes it possible to remove addresses +that cannot be manipulated remotely. A hash of 99 is reserved for sublists, +and a hash of 98 is reserved for ``receipt'' addresses serviced by +.B ezmlm-receipt(1). +.TP +.B \-H +(Default.) +The address can be removed if it has a hash in the normal range (0..52). +.TP +.B \-m +(Default.) +Use SQL support if available. +.TP +.B \-M +Do not use SQL support even if available. +This option can be used to manipulate +a normal local subscriber database even for lists with SQL support. .SH "SEE ALSO" ezmlm-list(1), ezmlm-manage(1), ezmlm-make(1), +ezmlm-receipt(1), ezmlm-send(1), ezmlm-sub(1), ezmlm(5)