Vsevolod Stakhov

Results 378 comments of Vsevolod Stakhov

Well, I have received a file and another core from a different user. Attaching meaningful pieces: ``` 0x00007f6877bee7da : jne 0x7f6877bedf0a 0x00007f6877bee7e0 : jmp 0x7f6877bedfb0 0x00007f6877bee7e5 : mov -0x4(%rax,%rcx,1),%edx 0x00007f6877bee7e9...

Some more addresses: https://dpaste.com/DSE4H6V9V ``` fdr = 0x7efe3c43d1d0 ftable = 0x7efe3c43d110 ``` Full `RoseEngine` dump at frame 7: ``` (gdb) p *t $2 = {pureLiteral = 0 '\000', noFloatingRoots =...

Well, it seems I've figured out what's happening. The problem is that you have a structure that is aligned on a lower boundary requirement than it's individual fields. To fix...

Fixed in 98ca6042e76b53ec231f703c9cfa638e594c50a1

Cert subject might be setup by a remote connection as well if it is trusted (e.g. by means of DANE or PKI). Hence, this value _cannot_ be used. Moreover, the...

There is now option called `sign_networks` which is intended to contain IP or networks for which rmilter should perform DKIM signing.

What are the MTA source IP addresses for the first and subsequent attempts of sending.

Rmilter already stores data hash for that purposes.

It seems that I've found an issue with data hash greylisting. It should be fixed by now.

I've investigated this issue and it turns out that it is related to memcached. Switching to redis should help.