Skip to content

Commit

Permalink
Merge branch 'main' into edits-before-bluepencil
Browse files Browse the repository at this point in the history
  • Loading branch information
widooo authored Jul 23, 2024
2 parents 638bb69 + 1813725 commit 55d6df4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
14 changes: 11 additions & 3 deletions docs/basic/ntd.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ were sent and the ones which are waiting te be send.
There are a number of moments when SCARt starts a NTD:

- after classify and when the hoster of illegal material is local (country)
- 24 hours after the last NTD in case the illegal content is still online
- when marked as POLICE in classify (NTD to POLICE contact)
- when send LEA in POLICE (NTD to LEA contact)
- after 24 hours when the illegal content is still online
- when marked as POLICE in classify (ntd to police contact)

After "starting" a NTD, SCARt will group URL's for the same abuse contact until
the hour-threshold is reached.
Expand All @@ -32,5 +31,14 @@ NTD.

## NTD email template

NTD are send based on a NTD templatw which can be defined as a general template
in Settings -> NTD template. Which NTD template is used for an abuse contact is
set in Abusecontact under the NTD tab. On this tab also a specific subject and body text
can be set.

Important in the text of the body is the tag-string "{{abuselinks}}". This tag will be
replaced by the connected URLs.

The URLs cvan be included in the body text, the URLs can also be attached in a CSV
attachment.

2 changes: 1 addition & 1 deletion docs/details/custom_webforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ An example body text is:
You can use this in the body part in a general (NTD) template or in a specific one
for an abusecontact.

# Reporting
## Reporting

Within the function Report also the “text only” or “no url” reports can be exported.
This can simply be done by filtering on CLOSE and UNSET classification.
Expand Down
5 changes: 5 additions & 0 deletions docs/details/whitelist.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@

---

The import of emails is protected by a white list. In this white list only the
accepted sender email addresses are included.

Specify the exact email address as specified in [section 3.4 of
RFC 5322](https://datatracker.ietf.org/doc/html/rfc5322#section-3.4).

0 comments on commit 55d6df4

Please sign in to comment.