On [2003-Feb-24] junk@bjarehall.com <junk@bjarehall.com> wrote:
Hi,
I'm sending X-command like subscribe and unsubscribe to my list. I what to disable that a copy of subscribe/unsubscribe will be sent to the listmember. How do I do that?
The simplest way is to define two new xcommands within the x_command script that do what you want. If you are just acting on the dist file then someting like "add2dist" and "undist" will work: _add2dist) $multigram -b1 -l$off_threshold -x$listreq -x$listaddr -a $2 $dist shift;; _undist) $echo "From $2" | $multigram -b1 -l$off_threshold -x$listreq -$listaddr -d $dist shift;; (you can add more "maintainer friendly" stuff if you choose) Rich -- richard_ball@merck.com (I regret the presence of the legal disclaimer but I have no control over it) ------------------------------------------------------------------------------ Notice: This e-mail message, together with any attachments, contains information of Merck & Co., Inc. (Whitehouse Station, New Jersey, USA) that may be confidential, proprietary copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by e-mail and then delete it. ==============================================================================