mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +03:00
9419ee15dd
similar to greylisting, but not quite the same: with greylisting you would always reject the first delivery attempt with a temporary failure. with the hope that spammers won't retry their deliveries. the spams i've been receiving seem to be quite consistent though. and we would keep rejecting them anyway. we slow down the spammy connections to waste some of the resources of a spammer. this may slow their campaigns down a bit, leaving a bit more time to take measures. we do the same with connections that have their 3rd authentication failure, typically password guess attempts. when we accept a message by a first-time sender, we sleep for 15 seconds before actually delivering them. known-good senders don't have to wait. if the message turns out to be a spammer, at least we've consumed one of their connections, and they cannot deliver at too high a rate to us because of the max open connection limit. |
||
---|---|---|
.. | ||
append_test.go | ||
authenticate_test.go | ||
copy_test.go | ||
create_test.go | ||
delete_test.go | ||
error.go | ||
expunge_test.go | ||
fetch.go | ||
fetch_test.go | ||
fuzz_test.go | ||
idle_test.go | ||
list.go | ||
list_test.go | ||
lsub_test.go | ||
move_test.go | ||
pack.go | ||
parse.go | ||
prefixconn.go | ||
protocol.go | ||
protocol_test.go | ||
rename_test.go | ||
search.go | ||
search_test.go | ||
selectexamine_test.go | ||
server.go | ||
server_test.go | ||
starttls_test.go | ||
status_test.go | ||
store_test.go | ||
subscribe_test.go | ||
unselect_test.go | ||
unsubscribe_test.go | ||
utf7.go | ||
utf7_test.go |