Package Usage: go: github.com/teamwork/spamc
Package spamc is a client library for SpamAssassin's spamd daemon. It
provides functions for all the commands in the spamd protocol as specified
here: http://svn.apache.org/repos/asf/spamassassin/trunk/spamd/PROTOCOL
All Client functions accept the message as an io.Reader and an optional map
of Headers (which can be nil).
The Content-length header is mandatory. If the passed io.Reader is an
strings.Reader, bytes.Reader, or os.File if will be added automatically. For
other types you'll have to add it yourself:
It is *strongly* recommended that the Header.Set function is used instead of
directly setting the map. This ensures that the correct capitalisation is
used; using the Content-Length header is a fatal error ("l" in length needs
to be lower-case).
1 version
Latest release: over 5 years ago
1 dependent package
View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/github.com/teamwork/spamc
View more repository details: http://repos.ecosyste.ms/hosts/GitHub/repositories/Teamwork%2Fspamc
Dependent Repos 2
CrawX/go-imap-assassin
go-imap-assassin is a command-line application that leverages the popular spamassassin and rspamd spam classifiers to remove spam in IMAP mailboxesSize: 82 KB - Last synced: 11 months ago - Pushed: over 4 years ago

