Arsnael commented on code in PR #1093:
URL: https://github.com/apache/james-project/pull/1093#discussion_r932968808
##########
server/apps/distributed-app/docs/modules/ROOT/partials/IsMarkedAsSpam.adoc:
##########
@@ -14,4 +14,15 @@ As an example, here is a part of a mailet pipeline which can
be used in your Loc
<targetFolderName>Spam</targetFolderName>
</mailet>
<!-- End of SpamAssassing mailets pipeline -->
+....
+
+In order to use another spam 3rd with another per recipient header, We need to
declare a condition for matcher.
Review Comment:
```suggestion
In order to use this with `rspamd`, we need to declare a condition for the
matcher.
```
##########
server/apps/distributed-app/docs/modules/ROOT/partials/IsMarkedAsSpam.adoc:
##########
@@ -14,4 +14,15 @@ As an example, here is a part of a mailet pipeline which can
be used in your Loc
<targetFolderName>Spam</targetFolderName>
</mailet>
<!-- End of SpamAssassing mailets pipeline -->
+....
+
+In order to use another spam 3rd with another per recipient header, We need to
declare a condition for matcher.
+Eg: RSpamD has a recipient header is *org.apache.james.rspamd.status*,
+then the configuration will be:
Review Comment:
```suggestion
then the configuration would be:
```
##########
server/apps/distributed-app/docs/modules/ROOT/partials/IsMarkedAsSpam.adoc:
##########
@@ -14,4 +14,15 @@ As an example, here is a part of a mailet pipeline which can
be used in your Loc
<targetFolderName>Spam</targetFolderName>
</mailet>
<!-- End of SpamAssassing mailets pipeline -->
+....
+
+In order to use another spam 3rd with another per recipient header, We need to
declare a condition for matcher.
+Eg: RSpamD has a recipient header is *org.apache.james.rspamd.status*,
Review Comment:
```suggestion
Eg: With the recipient header for RSpamD being
*org.apache.james.rspamd.status*,
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]