View Single Post
Old July 18th, 2006, 4:19 PM   #26 (permalink)
cowboy
Surpass Fan
Excelling Contributor
 
cowboy's Avatar
 
Joined in Nov 2005
Lives in Colorado
Hosted on DEDI
937 posts
Gave thanks: 2
Thanked 95 times
This is working. The () do need the "" so the escape needs an escape and missed a 'then'.
Code:
if 
  $h_X-Spam-Status: matches "score=(\\\\d+)"
then
  if $1 is above 20
    then deliver "mailtrap2@stegenga.net"
  elif $1 is above 7
    then deliver "mailtrap@stegenga.net"
  else
  endif 
endif
__________________
Where would you be if you were at the highest court in the land (US)?
cowboy is offline   Reply With Quote