Skip to content

Commit e910f46

Browse files
authored
Missing translations (#144)
1 parent 636af82 commit e910f46

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
author = "CERT Polska"
3434

3535
# The full version, including alpha/beta/rc tags
36-
release = "1.3.10"
36+
release = "1.3.11"
3737

3838
latex_engine = "xelatex"
3939

scan/libmailgoose/translate.py

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,28 @@
660660
"poprawnej wiadomości jest niedopuszczalne. W takich sytuacjach raporty powinny być dokładnie monitorowane, "
661661
"a docelowym ustawieniem powinno być 'quarantine' lub 'reject'.",
662662
),
663+
(
664+
"DMARC subdomain policy is 'none', which means that besides reporting no action will be taken for e-mails coming from subdomains.\n\n"
665+
"The policy describes what action the recipient server should take when noticing a message that doesn't "
666+
"pass the verification. 'quarantine' policy suggests the recipient server to flag the message as spam and "
667+
"'reject' policy suggests the recipient server to reject the message. We recommend using the 'quarantine' "
668+
"or 'reject' policy.\n\n"
669+
"When testing the DMARC mechanism, to minimize the risk of correct messages not being delivered, "
670+
"the 'none' policy may be used. Such tests are recommended especially when the domain is used to "
671+
"send a large number of e-mails using various tools and not delivering a correct message is "
672+
"unacceptable. In such cases the reports should be closely monitored, and the target setting should "
673+
"be 'quarantine' or 'reject'.",
674+
"Polityka DMARC dla subdomen jest ustawiona na 'none', co oznacza, że oprócz raportowania, żadna dodatkowa akcja nie zostanie "
675+
"wykonana w przypadku e-maili pochodzących z subdomen. \n\n"
676+
"Polityka DMARC opisuje serwerowi odbiorcy, jaką akcję powinien podjąć, gdy wiadomość nie zostanie poprawnie "
677+
"zweryfikowana. Polityka 'quarantine' oznacza, że taka wiadomość powinna zostać oznaczona jako spam, a polityka 'reject' - że "
678+
"powinna zostać odrzucona przez serwer odbiorcy. Rekomendujemy korzystanie z polityki 'quarantine' lub 'reject'.\n\n"
679+
"W trakcie testów działania mechanizmu DMARC, w celu zmniejszenia ryzyka, że poprawne wiadomości zostaną "
680+
"odrzucone, może być tymczasowo stosowane ustawienie 'none'. Takie testy są szczególnie zalecane, jeśli "
681+
"domena służy do wysyłki dużej liczby wiadomości przy użyciu różnych narzędzi, a potencjalne niedostarczenie "
682+
"poprawnej wiadomości jest niedopuszczalne. W takich sytuacjach raporty powinny być dokładnie monitorowane, "
683+
"a docelowym ustawieniem powinno być 'quarantine' lub 'reject'.",
684+
),
663685
# The following three messages are used to translate old message versions
664686
(
665687
"DMARC policy is 'none', which means that besides reporting no action will be taken. ",

scan/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="libmailgoose",
12-
version="1.3.10",
12+
version="1.3.11",
1313
description="libmailgoose - check the settings needed to protect against e-mail spoofing",
1414
author="CERT Polska",
1515
author_email="info@cert.pl",

0 commit comments

Comments
 (0)