Skip to content

Commit

Permalink
Merge pull request #784 from fatalbanana/control_block_rescrub
Browse files Browse the repository at this point in the history
Scrub remnants of control block documentation
  • Loading branch information
fatalbanana authored Oct 11, 2024
2 parents 740d113 + 49a4468 commit 778ef20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/developers/protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Normally, you should just use `/checkv2` here. However, if you want to communica

### HTTP headers

To minimize redundant processing, Rspamd enables an MTA to transmit pre-processed message data using either HTTP headers or a JSON control block (which will be elaborated on later in this document). Rspamd accommodates the following non-standard HTTP headers:
To minimize redundant processing, Rspamd enables an MTA to transmit pre-processed message data using HTTP headers. Rspamd accommodates the following non-standard HTTP headers:

| Header | Description |
| :-------------- | :-------------------------------- |
Expand All @@ -70,7 +70,6 @@ To minimize redundant processing, Rspamd enables an MTA to transmit pre-processe
| `Pass` | If this header has `all` value, all filters would be checked for this message. |
| `Subject` | Defines subject of message (is used for non-mime messages). |
| `User` | Defines username for authenticated SMTP client. |
| `Message-Length` | Defines the length of message excluding the control block. |
| `Settings-ID` | Defines [settings id](../configuration/settings.html) to apply. |
| `Settings` | Defines list of rules ([settings](../configuration/settings.html) `apply` part) as raw json block to apply. |
| `User-Agent` | Defines user agent (special processing if it is `rspamc`). |
Expand Down

0 comments on commit 778ef20

Please sign in to comment.