I've recently integrated a third-party program into SpamAssassin.  I found
the best way to do this (in my case) was to create a program to run the 3rd
party app, take the results and add them into a X-Header and append to the
message. Using SA it's simple to create a rule based on X-headers.  This
integration is guaranteed to work with all future versions of SA because the
only modification of SA was a simple rule to check for my X-headers.

If you add a custom eval function in the current release it'll be
overwritten on the next update.  In the future we'll be able to have our own
eval functions (?).

Frederic Tarasevicius
Internet Information Services, Inc.



Soeren Gerlach wrote:
>> On Fri, Sep 05, 2003 at 08:55:26PM +0200, Soeren Gerlach wrote:
>>> Hi,
>>>
>>>> Changes since 2.5x:
>>>> [...]
>>>> - new Bayes tweaks -- tokenization of partial address and URI
>>>> elements
>>>
>>> Are details available about this feature?
>>
>> Basically URIs are broken into
>> - hostname
>> - "word" tokens inside hostname, e.g. "www.jmason.org" "jmason.org"
>> "org"
>> - elements of the path
>> - names of CGI parameters
>> - values of CGI parameters
>>
>> IIRC.
>>
>>>  I'm asking because I'm currently
>>> thinking about something new like DCC, but especially and only for
>>> URLs in spam. Eventually this would become obsolote with this
>>> feature.
>>
>> BTW, I don't think so -- a URI blacklist has been a good idea for a
>> while.
>
> Hm...sounds interesting, I think, I'll keep working on it. Basically,
> it would work like DCC or Razor: What would be "the best" (tm) way to
> integrate it into SA? It will work using a client/server pattern,
> with a client that could be used like DCC/Razor/Pyzor.
>
> thanks,
> Soeren
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Spamassassin-talk mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/spamassassin-talk



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to