SkillAgentSearch skills...

Milter

Go package for writing milters (mail filters)

Install / Use

/learn @andybalholm/Milter
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

milter

-- import "milter"

The milter package is a framework for writing milters (mail filters) for Sendmail and Postfix.

To implement a milter, make a type that implements the Milter interface, listen on a Unix or TCP socket, and call Serve with that socket and a factory function that returns instances of your Milter type.

View on GitHub
GitHub Stars19
CategoryContent
Updated1y ago
Forks3

Languages

Go

Security Score

75/100

Audited on Feb 12, 2025

No findings