On Mon, Apr 22, 2002 at 12:39:52PM -0400, Charlie Summers wrote:
Short answer: add the address to the linked reject file.
Or, if you're up for a bit of work, and this poster sometimes has something useful to contribute, you can make a mini-moderated subset of your subscribers in an rc.custom.s file. I've got something like this in rc.custom.s20: :0 * ^((From|Reply-To).*(\ nit@wit\ |dumb@dumber\ |raving@lunatic\ )) { :0 * ^X-MYMODERATION: mysecretword { :0 fwh | formail -I X-MYMODERATION } :0 E { :0 fwh | formail -A "X-Diagnostic: Probationary Screen" :0 ! $maintainer } } Then, if you want to approve a post, just send it on with the X-MYMODERATION header, and hack the Message-ID so it won't get rejected as a duplicate. Needless to say, you want a little shell script for the approval-resending process. Probably more work than most people want, as usually anyone you don't want to freely post, you don't want on your list anyway, gathering your posters' addresses. Jim