Vsevolod Stakhov

Results 375 comments of Vsevolod Stakhov
trafficstars

After discussion with @citrin we have agreed that it's better to extract rubbish urls than miss extraction...

Hum, `gen_dmarc_grammar` does not work with commas at all.

Oh, it works with spaces though.

You are likely doing shutdown call. Rspamd does not support half-closed connections as it is proven to be brain-damaged technique: specifically, there is no sane way to distinguish shutdown from...

@moisseev @dragoangel I would appreciate if you take a quick look on this.

I don't see how that could be related.

Also, guys, I'm on a vacation now, please do not expect any significant attention from me these days.

Yes, it is an annoying issue as selectors are parsed during the configuration stage, so they clearly can add a dependency. The problem is that a selector is not aware...

It won't work as Redis maps are async. Async functions cannot be called with `get_key` alike patterns - they require callbacks. Of course, it shouldn't be a problem when using...

Selectors cannot use async calls.