RobertH wrote: > > this looks for it, assigns some reasonable scores, and if (add your > > favorite shortcut) bumps it up another 5. > > > > uri ST_SPACES /\.spaces\.live\.com/$ > > score ST_SPACES 5 3 4 2 > > > > meta ST_SPACES_BUMP (ST_SPACES && (RCVD_IN_BL_SPAMCOP_NET || > > RCVD_IN_XBL > > > > RCVD_IN_BL_SPAMCOP_NET || DCC_CHECK)) > > tflags ST_SPACES_BUMP net > > score ST_SPACES_BUMP 5 > > > > -- > > Michael Scheidell, CTO > > is it just me? > > :-) > > [EMAIL PROTECTED] ~]$ spamassassin --lint > [27054] warn: config: invalid regexp for rule ST_SPACES: > /\.spaces\.live\.com/$: missing or invalid delimiters > [27054] warn: lint: 1 issues detected, please rerun with debug > enabled for more information
Looks like that should be: uri ST_SPACES /\.spaces\.live\.com$/ -- Bowie