Date: Tue, 08 Jan 2008 21:21:16 +0000
From: Dogsbody <dan (at mark) dogsbody.org>
Subject: [coba-e:11679] Re: dealing with spam
To: coba-e (at mark) bluequartz.org
Message-Id: <4783E94C.3050504 (at mark) dogsbody.org>
In-Reply-To: <4783DA3A.90804 (at mark) nomealaska.org>
References: <4783DA3A.90804 (at mark) nomealaska.org>
X-Mail-Count: 11679
> * ^X-Spam-Level: \*\*\*\*\*\*\*\*
>
> question. He said to change the number of * to alter what you want. This
> I don't understand - would it be subtracting/adding a slash asteric ( \*
> ) to the end of the middle line, or adding an * to the front of that
> line? I don't understand that syntax.
\ is the escape character which means to treat * as a literal * and not as a
wildcard character so yes you should add or delete \* as appropriate.
Dan