blob: 0eaf63c2a4ee772f43d3b500a89a20019ca9ed25 (
plain) (
tree)
|
|
This file contains just some notes/thoughts on various implementation issues
for other backends or different things.
Full-message availability
Pristine retraining or SpamAssassin retraining might need the full message
available. This can easily be implemented since the backend is passed each
struct mail *mail that is moved. For an example see the mailtrain backend.
|