'spamassassin --lint' gives me some soft errors on some SARE rules (see
below) Are these known, 'ignore for now' sorts of things due to SA 2.x
and SA 3.x installs, or should I be doing something about this?
Is there any way to adjust --lint to not show these ?
Thanks,
Ken A
Pacific.Net
[14609] info: rules: meta test SARE_HEAD_SUBJ_RAND has undefined
dependency 'SARE_XMAIL_SUSP2'
[14609] info: rules: meta test SARE_HEAD_SUBJ_RAND has undefined
dependency 'SARE_HEAD_XAUTH_WARN'
grep SARE_HEAD_SUBJ_RAND /etc/mail/spamassassin/*.cf
70_sare_header.cf:meta SARE_HEAD_SUBJ_RAND 0
70_sare_header.cf:header __SARE_HEAD_SUBJ_RAND Subject =~
/^(?:R[Ee]: )?(?:[a-z]{2,20}[\-\.\,]?\s?){1,8}/ # no /i!
70_sare_header.cf:meta SARE_HEAD_SUBJ_RAND
(__SARE_HEAD_SUBJ_RAND && (SARE_XMAIL_SUSP2 || SARE_HEAD_XAUTH_WARN ||
X_AUTH_WARN_FAKED))