chore: `rspamd.sh` - Revise comment
This commit is contained in:
parent
8518141211
commit
79da312de9
|
@ -330,9 +330,9 @@ function __rspamd__setup_check_authenticated() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# This function performs a simple check: go through DKIM configuration files, acquire
|
# This function performs a simple check on the queried rspamd DKIM configuration:
|
||||||
# all private key file locations and check whether they exist and whether they can be
|
# - Acquire all private key file locations and check whether they exist and can be accessed by Rspamd.
|
||||||
# accessed by Rspamd. We are not checking paths that conatain the '$' symbol.
|
# - We are not checking paths that contain the '$' symbol.
|
||||||
function __rspamd__check_dkim_permissions() {
|
function __rspamd__check_dkim_permissions() {
|
||||||
local KEY_FILE
|
local KEY_FILE
|
||||||
while read -r KEY_FILE; do
|
while read -r KEY_FILE; do
|
||||||
|
|
Loading…
Reference in New Issue