Andreas Fischer
Andreas Fischer
in `global-try-spam.sieve.in` the `:create` modifier of `fileinto` is not really needed due to the `mailboxexists` check above.
I'm currently using restic in a powershell script that creates a VSS snapshot in the beginning, then calls restic 3 times to backup the same data to 3 different repos...
@DRON-666 ok thanks, that would have been too good to be true. @jdiercks unfortunately it is not really polished, so i'm uncomfortable to share. However, for creating snapshots with powershell,...
I've updated the lua file to https://github.com/rspamd/rspamd/commit/6b6c4af8dc90b38592ab0268aa2a3e66e1d8aa1f, however despite having ``` 2022-03-11 16:56:02 #462417(rspamd_proxy) ; reputation; reputation.lua:998: rule DKIM_REPUTATION - got values for key RR:gmail.com.a -> {[1] = 62, [2]...
``` 2022-03-12 09:31:08 #526219(rspamd_proxy) ; reputation; reputation.lua:998: rule DKIM_REPUTATION - got values for key RR:gmail.com.a -> {[1] = 65, [2] = {[1] = -2.3590720376989}} 2022-03-12 09:31:08 #526219(rspamd_proxy) ; reputation; reputation.lua:67:...
``` 2022-03-12 12:01:35 #541288(rspamd_proxy) ; reputation; reputation.lua:1000: rule DKIM_REPUTATION - got values for key RR:gmail.com.a -> {[1] = 67, [2] = {[1] = -2.3660727850224}} 2022-03-12 12:01:35 #541288(rspamd_proxy) ; reputation; reputation.lua:67:...
please read ngx-lua-module documentation for ngx.timer.at for example this is one way to do it
Please read the documentation more carefully. `set_keepalive` returns the connection to the pool, while `close` actually closes the connection. `set_keepalive` is usually called AFTER you have executed your redis queries....
Not sure if it helps, but i've been running nginx 1.19.0 since a few days and got no crash so far, also using `init_by_lua` to load some globals and `init_worker_by_lua`...