Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| module:spamc [2010/02/25 00:03] – digitalman | module:spamc [2025/07/11 01:07] (current) – [Source] Eliminate viewcvs link digital man | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== SpamAssassin Client ====== | ====== SpamAssassin Client ====== | ||
| - | {{tag>antispam}} | + | This module is a JavaScript implementation of the SpamAssassin spamd client ('' |
| - | FIXME | + | |
| + | ===== Source ===== | ||
| + | Current version of '' | ||
| + | |||
| + | '' | ||
| + | |||
| + | ===== Installation ===== | ||
| + | |||
| + | Example mailproc.ini entries: | ||
| + | |||
| + | Modify and pass-through all messages: | ||
| + | [spamc.js] | ||
| + | |||
| + | Modify SPAM messages only, pass-through all: | ||
| + | [spamc.js spamonly] | ||
| + | |||
| + | Reject SPAM messages, modify and pass-through HAM: | ||
| + | [spamc.js reject] | ||
| + | |||
| + | Reject SPAM messages over specified score threshold, modify and pass-through HAM: | ||
| + | [spamc.js reject 8.0] | ||
| + | |||
| + | Reject SPAM messages over specified score threshold, modify SPAM, and pass-through HAM and SPAM: | ||
| + | [spamc.js reject 8.0 spamonly] | ||
| + | |||
| + | |||
| + | ===== Options ===== | ||
| + | |||
| + | dest < | ||
| + | port < | ||
| + | username < | ||
| + | max-size < | ||
| + | reject [threshold] | ||
| + | spamonly | ||
| + | debug | ||
| ===== See Also ===== | ===== See Also ===== | ||
| + | * [[: | ||
| * [[: | * [[: | ||
| * [[: | * [[: | ||
| * [[: | * [[: | ||
| + | {{tag> | ||