Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/mta/inbound/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The `DATA` command is used to initiate the data transfer phase of the email deli

## Message Filtering

Once a message has been submitted either with the `DATA` or `BDAT` command, it is possible to run [sieve scripts](/docs/sieve/overview), [milter filters](/docs/mta/filter/milter) or [MTA Hools](/docs/mta/filter/mtahooks) that accept, reject or modify the message's contents. When multiple filter types are configured, Stalwart will execute first the Milter filters, then the Sieve scripts and finally the MTA Hooks.
Once a message has been submitted either with the `DATA` or `BDAT` command, it is possible to run [sieve scripts](/docs/sieve/overview), [milter filters](/docs/mta/filter/milter) or [MTA Hooks](/docs/mta/filter/mtahooks) that accept, reject or modify the message's contents. When multiple filter types are configured, Stalwart will execute first the Milter filters, then the Sieve scripts and finally the MTA Hooks.

### Sieve

Expand Down