RAA - spamc

spamc / 0.1

Short description: Ruby Interface to Spamassassin's spamd
Category: Library/Mail
Status: alpha
Created: 2005-02-25 18:14:28 GMT
Last update: 2005-02-25 18:14:28 GMT
Owner: dgm (Projects of this owner)
Homepage: not available
Download: http://www.dgrmm.net/spamc/spamc.rb
License: OpenSource
Dependency:
None
Description:

SpamAssassin Ruby Module

This module provides services to Spamassassin's spamd daemon, by using the protocol used by spamc. This is useful if you have a long running ruby program that will need to make many calls to spamd.

Usage

include SpamAssassin

sa = SpamC.new("localhost", 783)
result = sa.symbols(message)

if result.spam?
print result
end

Author / LICENSE
Copyright (2005) David Morton <mortonda@dgrmm.net>
Licensed under the Academic Free License version 2.1
http://www.opensource.org/licenses/afl-2.1.php

Edit this project (for project owner)

back to RAA top