Update incoming-emails.md

unknown_user value is not ACTION
pull/7957/head
Vikas Kedia 5 years ago committed by GitHub
parent fa3c1f0b99
commit 06a5da7075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/configuration/incoming-emails.md

@ -123,7 +123,7 @@ The address the mail is sent from must match an existing account in order to map
If a matching account is found, the mail handler impersonates the user to create the ticket.
If no matching account is found, the mail is rejected. To override this behavior and allow unknown mail address
to create work packages, set the option `no_permission_check=1` and specify with `unknown_user=ACTION`
to create work packages, set the option `no_permission_check=1` and specify with `unknown_user=accept`
**Note**: This feature only provides a mapping of mail to user account, it does not authenticate the user based on the mail. Since you can easily spoof mail addresses, you should not rely on the authenticity of work packages created that way.

Loading…
Cancel
Save