index
:
rspamd.git
external-maps
libev-migration
log_json
master
mime-rework
rdns-tcp-rework
rework-symcache
rspamd-0.5
rspamd-0.6
rspamd-0.7
rspamd-0.8
rspamd-0.9
rspamd-1.0
rspamd-1.1
rspamd-1.2
rspamd-1.3
rspamd-1.4
rspamd-1.5
rspamd-1.6
rspamd-1.9
rspamd-3.10
rspamd-3.7
rspamd-3.8
rspamd-3.9
torch-removal
vstakhov-anonymize-mime
vstakhov-another-grow-factor-fix
vstakhov-ci-try
vstakhov-conf-reorg
vstakhov-cpu-detection
vstakhov-cumulative-tcp-timeout
vstakhov-fasttext-langdet
vstakhov-fix-2047-encode
vstakhov-fix-dcc
vstakhov-fuzzy-cxx
vstakhov-fuzzy-limits-display
vstakhov-fuzzy-noop
vstakhov-fuzzy-tcp
vstakhov-gpt-ollama
vstakhov-keypair-encoding
vstakhov-known-senders
vstakhov-llm-anonymize
vstakhov-llm-embeddings
vstakhov-lua-shingles
vstakhov-lua-text-api
vstakhov-new-hiredis
vstakhov-openssl-provider-message
vstakhov-redis-pool-fixes
vstakhov-remove-control-block
vstakhov-some-build-fixes
vstakhov-ssl-fixes
vstakhov-stringzilla
vstakhov-strip-attachments
vstakhov-surbl-conf-fix
vstakhov-universal-hashing-lua
vstakhov-utf8-mime
vstakhov-zstd-headers
Rapid spam filtering system: https://github.com/rspamd/rspamd
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
lua
/
rbl.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
RBL: Change order of calls to avoid sending error messages to logs
Andrew Lewis
2015-04-01
1
-2
/
+2
*
RBL: change behaviour of whitelists
Andrew Lewis
2015-04-01
1
-0
/
+27
*
Filter double-dots in rbl.lua validate_dns
Andrew Lewis
2015-03-11
1
-0
/
+3
*
rbl.lua: Housekeeping
Andrew Lewis
2015-02-25
1
-47
/
+33
*
Since exclude_private_ips requires config to change behaviour now we can make...
Andrew Lewis
2015-02-17
1
-1
/
+1
*
Support emails dnsbl
Andrew Lewis
2015-02-17
1
-1
/
+50
*
Make local/private IP exclusions work for all RBL types
Andrew Lewis
2015-02-17
1
-4
/
+14
*
Unbreak operation of rbl.lua in certain instances
Andrew Lewis
2015-02-17
1
-5
/
+2
*
Fix incorrect processing of exclusions
Andrew Lewis
2015-02-16
1
-5
/
+7
*
Use radix for private IP exclusions in rbl.lua
Andrew Lewis
2015-02-16
1
-33
/
+8
*
Make local exclusions configurable per-RBL
Andrew Lewis
2015-02-16
1
-4
/
+11
*
Support site-local IP address / subnet exclusions
Andrew Lewis
2015-02-15
1
-2
/
+16
*
Merge pull request #170 from fatalbanana/master
Vsevolod Stakhov
2015-02-14
1
-1
/
+1
|
\
|
*
rbl.lua: Fix mistake
Andrew Lewis
2015-02-14
1
-1
/
+1
*
|
Зreventing complications for ipv6 in rbl module
Alexey AL
2015-02-14
1
-1
/
+1
|
/
*
Make ignoring private IP space configurable; avoid changing plugin default be...
Andrew Lewis
2015-02-14
1
-6
/
+13
*
rbl.lua: Ignore private IP space
Andrew Lewis
2015-02-14
1
-3
/
+42
*
Minor nonsense
Andrew Lewis
2015-02-13
1
-1
/
+1
*
Clarify copyright for lua plugins.
Vsevolod Stakhov
2015-02-13
1
-0
/
+27
*
rbl.lua: remove un-needed character from pattern match
Andrew Lewis
2015-02-13
1
-1
/
+1
*
rbl.lua: add reference to documentation
Andrew Lewis
2015-02-13
1
-0
/
+4
*
rbl.lua: Try harder to avoid invalid DNS lookups
Andrew Lewis
2015-02-13
1
-2
/
+15
*
Fix helo checks in rbl.lua
Alexey AL
2015-02-12
1
-1
/
+2
*
Rename user to exclude_users and invert logic
Andrew Lewis
2015-02-12
1
-5
/
+5
*
rbl.lua: Don't ask for user unless called for by config
Andrew Lewis
2015-02-12
1
-8
/
+10
*
Another fix for RBL module (Reported by AL)
Andrew Lewis
2015-02-12
1
-96
/
+81
*
Fix rbl.lua
Alexey AL
2015-02-12
1
-2
/
+0
*
Further amendments for changes to RBL module
Andrew Lewis
2015-02-11
1
-2
/
+2
*
Amendment for rbl.lua update
Andrew Lewis
2015-02-11
1
-2
/
+5
*
Update RBL module: fix indentation; collapse loops; avoid calling for un-need...
Andrew Lewis
2015-02-11
1
-125
/
+201
*
Adopt rbl plugin.
Vsevolod Stakhov
2014-08-25
1
-0
/
+2
*
Fix RBL module
Alexey
2014-06-02
1
-1
/
+1
*
Avoid redefining hardcoded defaults in RBL plugin
Andrew Lewis
2014-05-23
1
-2
/
+2
*
Change logic
Alexey
2014-05-21
1
-2
/
+2
*
Fix after the previous commit.
Vsevolod Stakhov
2014-05-21
1
-2
/
+2
*
DNSWL support (via RBL) added
eneq123
2014-05-07
1
-2
/
+2
*
Remove dated configuration example & add another missing option registration
Andrew Lewis
2014-02-07
1
-23
/
+1
*
Check for [ip.address]-style HELO and suppress lookups
Andrew Lewis
2014-01-31
1
-1
/
+1
*
Support HELO blacklist and fix options registration for RDNS blacklist
Andrew Lewis
2014-01-31
1
-1
/
+14
*
Fix hostname lookup for rdns rbl
Alexey
2014-01-22
1
-1
/
+1
*
Allow FCrDNS-style RBL lookups
Andrew Lewis
2014-01-22
1
-2
/
+13
*
Do not check invalid IP addresses.
Vsevolod Stakhov
2013-12-20
1
-2
/
+2
*
Do not try to register rbls without a symbol.
Vsevolod Stakhov
2013-11-26
1
-1
/
+1
*
Properly check for empty source IP
Andrew Lewis
2013-11-25
1
-1
/
+1
*
Don't use key as symbol if returncodes given and unknown is false
Andrew Lewis
2013-11-23
1
-2
/
+1
*
Unbreak a use-case
Andrew Lewis
2013-11-23
1
-12
/
+8
*
Check all results
Andrew Lewis
2013-11-23
1
-18
/
+20
*
Allow symbol per return code
Andrew Lewis
2013-11-21
1
-8
/
+70
*
Adjust rbl priority to neutral.
Vsevolod Stakhov
2013-11-21
1
-1
/
+1
*
Fix rbl module registration.
Vsevolod Stakhov
2013-11-21
1
-3
/
+3
[next]