0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 28, 2024 — Jul 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed issue #46: Make dnsbl checking run time configurable (RFE) More... over 18 years ago
refactoring test_tuple() in worker.c More... over 18 years ago
- modified worker_milter to pass helo_name More... over 18 years ago
- support for definitive checks More... over 18 years ago
A minor modification to worker_postfix.c to allow exim query grossd via ${readsocket mechanism. More... over 18 years ago
Block statistics More... over 18 years ago
A skeleton for spf checks. More... over 18 years ago
Fixed a potential race condition in src/msgqueue.c to prevent an unnecessary space doubling. More... over 18 years ago
Added assert(size) in Malloc() More... over 18 years ago
Replaced ctime() with the thread_safe version ctime_r() More... over 18 years ago
General cleanup. More... over 18 years ago
A couple of small bug fixes More... over 18 years ago
Oops, I forgot the header file.. More... over 18 years ago
Make check_dnsbl to reuse ares_channel, and not to create and destroy one at each call. More... over 18 years ago
Darn, some day I will make an alias to prevent running svn in a project subdirectory... More... over 18 years ago
Implemented a random check for testing purposes. When enabled, it will return a random check result. More... over 18 years ago
Added a macro in common.h to prevent possible double free errors. Changed all calls free() to use the wrapper macro. More... over 18 years ago
Implemented definitive checks and STATUS_BLOCK. Checks can be either normal or definitive. Normal checks can return J_UNDEFINED or J_SUSPICIOUS, definitive checks can return also J_BLOCK or J_PASS. The priority order (least siginificant first) is J_UNDEFINED, J_SUSPICIOUS, J_BLOCK, J_PASS. More... over 18 years ago
Modifications to check result logic needed for STATUS_BLOCK and whitelists. More... over 18 years ago
Updated NEWS to include 0.8.2 release More... over 18 years ago
Fixes a stupid editor bug... More... over 18 years ago
Must close(fd) before return in every case. More... over 18 years ago
Statistics reporting log level bug fix. More... over 18 years ago
Moved dnsblc.c to check_dnsbl.c for consitency with other checks. More... over 18 years ago
changed inet_ntoa to inet_ntop in worker_milter.c More... over 18 years ago
Preliminary MILTER support. Seems to be working, needs testing. Relevant configuration parameters are: More... over 18 years ago
changed some of the unneccessary LOG_INFO's to LOG_DEBUG's. this brings it down to only logging one line per query. More... over 18 years ago
invalid comment syntax in mappings entry in INSTALL More... over 18 years ago
Changed the default JSMS mapping to be more RFC compliant. DSN, postmaster and abuse mail should be accepted by default. More... over 18 years ago
Merge from 0.8 branch. More... over 18 years ago