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? Kind Regards, // Henric
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. ==============================================================================
At 5:46 AM -0500 2/24/03, junk@bjarehall.com is rumored to have typed:
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?
Why would you want to do this? Certainly, you are sending the X-Commands to the list only because the subscriber is having problems, since any other reason would convert your list from an opt-IN to an opt-OUT, and make it spam. You may customize your subscribe.txt file, but sending nothing to the subscriber to let him know you have subscribed him wouldn't be proper netiquette, and pushes your list way too close to being unsolicited. Charlie Summers
participants (3)
-
Charlie Summers
-
junk@bjarehall.com
-
Richard G. Ball