Skip to content

Commit af4b20c

Browse files
authored
Backward compatibility (#142)
1 parent 864c9ee commit af4b20c

3 files changed

Lines changed: 33 additions & 2 deletions

File tree

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.8"
36+
release = "1.3.9"
3737

3838
latex_engine = "xelatex"
3939

scan/libmailgoose/translate.py

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

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.8",
12+
version="1.3.9",
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)