Re: Spamassassin Configuration
On Sat, Oct 25, 2003 at 08:44:52PM -0700, Steve C. Lamb wrote:
> On Sat, Oct 25, 2003 at 10:24:26PM -0500, Will Trillich wrote:
> > where's the list of all the tests, and what they do? man
> > Mail::SpamAssassin::Conf tells about customization directives,
> > but not the tests themselves...
>
> > pointers?
>
> dpkg -L spamassassin
> locate spamassassin
ahem. i should have been more clear. i'm wondering about things
like these--
header FAKE_HELO_USA_NET eval:check_for_rdns_helo_mismatch("usa\.net","usa\.net")
describe FAKE_HELO_USA_NET Host HELO did not match rDNS: usa.net
check_for_rdns_helo_mismatch -- and others like it are in
Mail::SpamAssassin::EvalTests, of course. but where's the guide
to usage? i'd expect check_...("usa.net","usa.net") to match;
instead i would hope there is a way to specify
check_...(from_addr,envelope_from) or something like that,
instead of strings.
rawbody MICROSOFT_EXECUTABLE eval:check_for_mime('microsoft_executable')
describe MICROSOFT_EXECUTABLE Message includes Microsoft executable program
tflags MICROSOFT_EXECUTABLE userconf
this tells me that eval:check_for_mime looks in the content/type
field for "microsoft_executable". now THAT is useful
information!
i'd like to have a manpage that exposes this kind of data for
the rest of the tests available...
if there isn't one already. ?
--
I use Debian/GNU Linux version 3.0;
Linux boss 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 2002 i586 unknown
DEBIAN NEWBIE TIP #103 from Dave Sherohman <esper@sherohman.org>
:
Trying to CREATE A CRONTAB FOR THE LAST DAY OF THE MONTH? Best
to put all the logic within the crontab itself (a Good Thing,
since you then only have to look in one place to find it):
1 0 28-31 * * [ "$(date +%d -d +1day)" -eq "1" ] && /path/to/script args
Also see http://newbieDoc.sourceForge.net/ ...
Reply to: