mirror of
https://blitiri.com.ar/repos/chasquid
synced 2026-01-08 17:51:57 +00:00
smtpsrv: Implement a post-DATA hook
This patch implements a post-DATA hook, which is run after receiving the data but before sending a reply. It can be used to implement content filtering when receiving email, for example for passing the email through an anti-spam or an anti-virus.
This commit is contained in:
5
test/t-10-hooks/config/hooks/post-data.bad1
Executable file
5
test/t-10-hooks/config/hooks/post-data.bad1
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo $0 > ../.data/post-data.out
|
||||
echo "This is not a header"
|
||||
|
||||
Reference in New Issue
Block a user