fix sa hook
This commit is contained in:
parent
78606e95de
commit
b8fa8fff80
@ -35,7 +35,7 @@ func (sp *SpamFilter) Rewrite(msg io.Reader, out io.WriteCloser) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
io.WriteString(c, "SPAMC/1.5\r\n")
|
||||
io.WriteString(c, "CHECK SPAMC/1.5\r\n")
|
||||
io.CopyBuffer(c, msg, buff[:])
|
||||
c.CloseWrite()
|
||||
_, err = io.CopyBuffer(out, c, buff[:])
|
||||
|
Reference in New Issue
Block a user