Ben Wylie wrote: > Am running SpamAssassin 3.1.2 on Windows 2003 Server. > > I have written a meta rule and i want it to only hit if it hits the > first rule AND one of the three in brackets. > > This syntax doesn't seem to work as it hits when it hits one of the > last three but not the first one. > > meta DRUGS_RX (__RX + (__SPEN_DING || __PRESCRIPTION || __SAVE))
meta DRUGS_RX (__RX && (__SPEN_DING || __PRESCRIPTION || __SAVE)) -- Bowie