Documentation ¶
Overview ¶
Package spamassassin will return results from either a SpamAssassin server or Postmark's public API depending on configuration
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Result ¶
type Result struct { // Whether the message is spam or not IsSpam bool // If populated will return an error string Error string // Total spam score based on triggered rules Score float64 // Spam rules triggered Rules []Rule }
Result is a SpamAssassin result
swagger:model SpamAssassinResponse
Directories ¶
Path | Synopsis |
---|---|
Package postmark uses the free https://spamcheck.postmarkapp.com/ See https://spamcheck.postmarkapp.com/doc/ for more details.
|
Package postmark uses the free https://spamcheck.postmarkapp.com/ See https://spamcheck.postmarkapp.com/doc/ for more details. |
Package spamc provides a client for the SpamAssassin spamd protocol.
|
Package spamc provides a client for the SpamAssassin spamd protocol. |
Click to show internal directories.
Click to hide internal directories.