[quote]ifnot subject has "a,e,i,o,u,1,2,3,4" and body matches "*http://*" weight 51 tag "empty subject link"
but it is catching a lot of messages maybe all that obviously have something in the subject.
Does anyone know where I am going wrong.[/quote]
"has" wants a wordlist. Normaly letters are indicated to be a word by having a blank in front and afterwords: " word " (OK - may be a point or so afterwords and no blank at beginning of subject :-). I think, most subjects will not include these letters and numbers standing more ore less alone. That's gone wrong.
I'm not shure, if one of these is possible, so try it yourself:
ifnot subject matches "" and body matches "*http://*" weight 51 tag "empty subject link"
ifnot subject matches "?*" and body matches "*http://*" weight 51 tag "empty subject link"
bye Olaf
[quote]ifnot subject has "a,e,i,o,u,1,2,3,4" and body matches "*http://*" weight 51 tag "empty subject link"
<p>but it is catching a lot of messages maybe all that obviously have something in the subject.
Does anyone know where I am going wrong.[/quote]</p><p>"has" wants a <b>wordlist</b>. Normaly letters are indicated to be a word by having a blank in front and afterwords: " word " (OK - may be a point or so afterwords and no blank at beginning of subject :-). I think, most subjects will not include these letters and numbers standing more ore less alone. That's gone wrong.</p><p>I'm not shure, if one of these is possible, so try it yourself: </p><blockquote><p>ifnot subject matches "" and body matches "*http://*" weight 51 tag "empty subject link"</p><p>ifnot subject matches "?*" and body matches "*http://*" weight 51 tag "empty subject link"&nbsp;
</p></blockquote><p>&nbsp;bye &nbsp;&nbsp; Olaf
</p>