|
652 | 652 | "poprawnej wiadomości jest niedopuszczalne. W takich sytuacjach raporty powinny być dokładnie monitorowane, " |
653 | 653 | "a docelowym ustawieniem powinno być 'quarantine' lub 'reject'.", |
654 | 654 | ), |
| 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 |
655 | 686 | ( |
656 | 687 | "rua tag (destination for aggregate reports) not found", |
657 | 688 | "Nie znaleziono tagu 'rua' (odbiorca zagregowanych raportów).", |
|
0 commit comments