-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from modoboa/simpler-file-check
Few fixes, locals, simpler file checking
- Loading branch information
Showing
36 changed files
with
1,854 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-09-11 17:55+0200\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !" | ||
"=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n" | ||
"%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > " | ||
"19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 " | ||
"&& n % 1000000 == 0) ? 3 : 4);\n" | ||
#: api/v2/serializers.py:17 | ||
msgid "Path provided is not absolute." | ||
msgstr "" | ||
|
||
#: app_settings.py:15 app_settings.py:42 | ||
msgid "DKIM signing settings" | ||
msgstr "" | ||
|
||
#: app_settings.py:18 app_settings.py:45 | ||
msgid "Key map path" | ||
msgstr "" | ||
|
||
#: app_settings.py:20 app_settings.py:48 | ||
msgid "" | ||
"Absolute path of the file which contains paths to DKIM private keys. Must be " | ||
"readable by _rspamd group or user." | ||
msgstr "" | ||
|
||
#: app_settings.py:25 app_settings.py:55 | ||
msgid "Selector map path" | ||
msgstr "" | ||
|
||
#: app_settings.py:27 app_settings.py:58 | ||
msgid "" | ||
"Absolute path of the file which contains names of DKIM selectors. Must be " | ||
"readable by _rspamd group or user." | ||
msgstr "" | ||
|
||
#: apps.py:19 apps.py:21 | ||
msgid "Rspamd" | ||
msgstr "" | ||
|
||
#: modo_extension.py:19 | ||
msgid "Rspamd frontend" | ||
msgstr "" | ||
|
||
#: modo_extension.py:20 | ||
msgid "Rspamd management frontend" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-09-11 17:55+0200\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n " | ||
"<= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" | ||
#: api/v2/serializers.py:17 | ||
msgid "Path provided is not absolute." | ||
msgstr "" | ||
|
||
#: app_settings.py:15 app_settings.py:42 | ||
msgid "DKIM signing settings" | ||
msgstr "" | ||
|
||
#: app_settings.py:18 app_settings.py:45 | ||
msgid "Key map path" | ||
msgstr "" | ||
|
||
#: app_settings.py:20 app_settings.py:48 | ||
msgid "" | ||
"Absolute path of the file which contains paths to DKIM private keys. Must be " | ||
"readable by _rspamd group or user." | ||
msgstr "" | ||
|
||
#: app_settings.py:25 app_settings.py:55 | ||
msgid "Selector map path" | ||
msgstr "" | ||
|
||
#: app_settings.py:27 app_settings.py:58 | ||
msgid "" | ||
"Absolute path of the file which contains names of DKIM selectors. Must be " | ||
"readable by _rspamd group or user." | ||
msgstr "" | ||
|
||
#: apps.py:19 apps.py:21 | ||
msgid "Rspamd" | ||
msgstr "" | ||
|
||
#: modo_extension.py:19 | ||
msgid "Rspamd frontend" | ||
msgstr "" | ||
|
||
#: modo_extension.py:20 | ||
msgid "Rspamd management frontend" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-09-11 17:55+0200\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: api/v2/serializers.py:17 | ||
msgid "Path provided is not absolute." | ||
msgstr "" | ||
|
||
#: app_settings.py:15 app_settings.py:42 | ||
msgid "DKIM signing settings" | ||
msgstr "" | ||
|
||
#: app_settings.py:18 app_settings.py:45 | ||
msgid "Key map path" | ||
msgstr "" | ||
|
||
#: app_settings.py:20 app_settings.py:48 | ||
msgid "" | ||
"Absolute path of the file which contains paths to DKIM private keys. Must be " | ||
"readable by _rspamd group or user." | ||
msgstr "" | ||
|
||
#: app_settings.py:25 app_settings.py:55 | ||
msgid "Selector map path" | ||
msgstr "" | ||
|
||
#: app_settings.py:27 app_settings.py:58 | ||
msgid "" | ||
"Absolute path of the file which contains names of DKIM selectors. Must be " | ||
"readable by _rspamd group or user." | ||
msgstr "" | ||
|
||
#: apps.py:19 apps.py:21 | ||
msgid "Rspamd" | ||
msgstr "" | ||
|
||
#: modo_extension.py:19 | ||
msgid "Rspamd frontend" | ||
msgstr "" | ||
|
||
#: modo_extension.py:20 | ||
msgid "Rspamd management frontend" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-09-11 17:55+0200\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
#: api/v2/serializers.py:17 | ||
msgid "Path provided is not absolute." | ||
msgstr "" | ||
|
||
#: app_settings.py:15 app_settings.py:42 | ||
msgid "DKIM signing settings" | ||
msgstr "" | ||
|
||
#: app_settings.py:18 app_settings.py:45 | ||
msgid "Key map path" | ||
msgstr "" | ||
|
||
#: app_settings.py:20 app_settings.py:48 | ||
msgid "" | ||
"Absolute path of the file which contains paths to DKIM private keys. Must be " | ||
"readable by _rspamd group or user." | ||
msgstr "" | ||
|
||
#: app_settings.py:25 app_settings.py:55 | ||
msgid "Selector map path" | ||
msgstr "" | ||
|
||
#: app_settings.py:27 app_settings.py:58 | ||
msgid "" | ||
"Absolute path of the file which contains names of DKIM selectors. Must be " | ||
"readable by _rspamd group or user." | ||
msgstr "" | ||
|
||
#: apps.py:19 apps.py:21 | ||
msgid "Rspamd" | ||
msgstr "" | ||
|
||
#: modo_extension.py:19 | ||
msgid "Rspamd frontend" | ||
msgstr "" | ||
|
||
#: modo_extension.py:20 | ||
msgid "Rspamd management frontend" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the PACKAGE package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
#, fuzzy | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-09-11 17:55+0200\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: api/v2/serializers.py:17 | ||
msgid "Path provided is not absolute." | ||
msgstr "" | ||
|
||
#: app_settings.py:15 app_settings.py:42 | ||
msgid "DKIM signing settings" | ||
msgstr "" | ||
|
||
#: app_settings.py:18 app_settings.py:45 | ||
msgid "Key map path" | ||
msgstr "" | ||
|
||
#: app_settings.py:20 app_settings.py:48 | ||
msgid "" | ||
"Absolute path of the file which contains paths to DKIM private keys. Must be " | ||
"readable by _rspamd group or user." | ||
msgstr "" | ||
|
||
#: app_settings.py:25 app_settings.py:55 | ||
msgid "Selector map path" | ||
msgstr "" | ||
|
||
#: app_settings.py:27 app_settings.py:58 | ||
msgid "" | ||
"Absolute path of the file which contains names of DKIM selectors. Must be " | ||
"readable by _rspamd group or user." | ||
msgstr "" | ||
|
||
#: apps.py:19 apps.py:21 | ||
msgid "Rspamd" | ||
msgstr "" | ||
|
||
#: modo_extension.py:19 | ||
msgid "Rspamd frontend" | ||
msgstr "" | ||
|
||
#: modo_extension.py:20 | ||
msgid "Rspamd management frontend" | ||
msgstr "" |
Oops, something went wrong.