aboutsummaryrefslogtreecommitdiffstats
path: root/conf/modules.d
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2016-08-31 17:00:22 +0200
committerAndrew Lewis <nerf@judo.za.org>2016-08-31 17:00:22 +0200
commit97a157c65f90ce554d353c4bfb1247678e826d0f (patch)
tree9a01b12a8498d931fb278292f8d532bdec6f15e4 /conf/modules.d
parente1e520569a44a8ebbdc30f2165497183903e5fa3 (diff)
downloadrspamd-97a157c65f90ce554d353c4bfb1247678e826d0f.tar.gz
rspamd-97a157c65f90ce554d353c4bfb1247678e826d0f.zip
[Minor] Silence RBL log
Diffstat (limited to 'conf/modules.d')
-rw-r--r--conf/modules.d/rbl.conf6
1 files changed, 1 insertions, 5 deletions
diff --git a/conf/modules.d/rbl.conf b/conf/modules.d/rbl.conf
index 28d1e39b9..330d4bf22 100644
--- a/conf/modules.d/rbl.conf
+++ b/conf/modules.d/rbl.conf
@@ -17,6 +17,7 @@ rbl {
default_from = true;
default_received = false;
default_exclude_users = true;
+ default_unknown = true;
rbls {
@@ -24,7 +25,6 @@ rbl {
symbol = "RBL_SPAMHAUS";
rbl = "zen.spamhaus.org";
ipv6 = true;
- unknown = true;
returncodes {
RBL_SPAMHAUS_SBL = "127.0.0.2";
RBL_SPAMHAUS_CSS = "127.0.0.3";
@@ -54,7 +54,6 @@ rbl {
rbl = "swl.spamhaus.org";
ipv6 = true;
is_whitelist = true;
- unknown = true;
whitelist_exception = "RWL_SPAMHAUS_WL";
returncodes {
RWL_SPAMHAUS_WL_IND = "127.0.2.2";
@@ -68,7 +67,6 @@ rbl {
symbol = "MAILSPIKE";
rbl = "rep.mailspike.net";
is_whitelist = true;
- unknown = true;
whitelist_exception = "MAILSPIKE";
whitelist_exception = "RWL_MAILSPIKE_GOOD";
whitelist_exception = "RWL_MAILSPIKE_NEUTRAL";
@@ -106,7 +104,6 @@ rbl {
sorbs {
symbol = "RBL_SORBS";
rbl = "dnsbl.sorbs.net";
- unknown = true;
returncodes {
# http:// www.sorbs.net/general/using.shtml
RBL_SORBS_HTTP = "127.0.0.2";
@@ -138,7 +135,6 @@ rbl {
rbl = "list.dnswl.org";
ipv6 = true;
is_whitelist = true;
- unknown = true;
whitelist_exception = "RCVD_IN_DNSWL";
whitelist_exception = "RCVD_IN_DNSWL_NONE";
whitelist_exception = "RCVD_IN_DNSWL_LOW";
stable29 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/hr.js
blob: 18de76baab46e430f19d36ebe65b08e452f9e240 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
OC.L10N.register(
    "comments",
    {
    "Comments" : "Komentari",
    "You commented" : "Vi ste komentirali",
    "%1$s commented" : "Komentirao je %1$s",
    "{author} commented" : "{autor} je komentirao",
    "You commented on %1$s" : "Vi ste komentirali %1$s",
    "You commented on {file}" : "Komentirali ste {file}",
    "%1$s commented on %2$s" : "%1$s je komentirao %2$s",
    "{author} commented on {file}" : "{author} je komentirao {file}",
    "<strong>Comments</strong> for files" : "<strong>Komentari</strong> za datoteke",
    "Files app plugin to add comments to files" : "Dodatak za aplikaciju Datoteke za dodavanje komentara na datoteke",
    "Edit comment" : "Uredi komentar",
    "Delete comment" : "Izbriši komentar",
    "Cancel edit" : "Otkaži uređivanje",
    "Post comment" : "Objavi komentar",
    "No comments yet, start the conversation!" : "Još nema komentara, započnite razgovor!",
    "No more messages" : "Nema više poruka",
    "Retry" : "Pokušaj ponovno",
    "Unable to load the comments list" : "Nije moguće učitati popis komentara",
    "_%n unread comment_::_%n unread comments_" : ["%n nepročitani komentar","%n nepročitanih komentara","%n nepročitanih komentara"],
    "_1 new comment_::_{unread} new comments_" : ["1 novi komentar","{unread} novih komentara","{unread} novih komentara"],
    "Comment" : "Komentar",
    "An error occurred while trying to edit the comment" : "Došlo je do pogreške prilikom uređivanja komentara",
    "Comment deleted" : "Komentar izbrisan",
    "An error occurred while trying to delete the comment" : "Došlo je do pogreške prilikom brisanja komentara",
    "An error occurred while trying to create the comment" : "Došlo je do pogreške prilikom stvaranja komentara",
    "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Spomenuti ste u „{file}”, u komentaru korisnika koji je nakon toga izbrisan",
    "{user} mentioned you in a comment on “{file}”" : "{user} vas je spomenuo u komentaru na „{file}”"
},
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");