| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
more safe)
Allow only ASCII symbols in logs, escape control chars
|
|
|
|
| |
In raw mode scan stripped html parts when regexp are not 'raw'.
|
|
|
|
|
| |
Split smtp code to 'utils', 'protocol' and 'worker' functions.
* Add support of actions for smtp worker.
|
|
|
|
|
| |
Now all comments in commit logs beginning with '*' would be included in changelog, so
important changes would be separated from small ones.
|
| |
|
|
|
|
| |
errors sessions can be destroyed early
|
| |
|
|
|
|
| |
* Fix mkstemp call
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- remove completely 2tld
- add option "exception"
- for domains from exception list check (level + 1) parts of url:
If we have url mail.some.com.ru and have com.ru in exception list
then we would check some.com.ru. If we have some.com.ru in exceptions
list them mail.some.com.ru would be checked and so on.
- optimized parsing of surbl requests
* Use system mkstemp(3) on systems where it is available as glib implementation
has poor security and generate rather predictable temporary file names.
|
| |
|
|
|
|
|
|
| |
buffer after a single line readed)
* Fix smtp data input
|
| |
|
|
|
|
|
|
| |
* Add support for sendfile in io dispatcher
* Fix issues with compatibility of worker_task and smtp proxy
* Proxy DATA command
|
|
- delay
- helo
- mail from
- rcpt
* Implement interaction with smtp upstream (with support of XCLIENT)
|