Gilles Chehade
Gilles Chehade
There is a memory leak in Yaegi's handling of goroutines. The following program reproduces it: ```go package main import ( "fmt" "runtime" "sync" ) func humanizeBytes(bytes uint64) string { const...
FWIW, the following graph shows a config reload without and with my fix:  I removed the details of my analysis for reasons I won't disclose here but which I'll...
Hi @emilevauge, you must have missed my reply at 4:54PM :-) Thanks for the fix @ldez and @mvertes !
Hellow @traefiker, I think that this ticket was closed a bit too fast, there seems to be another leak that's unrelated to the use of Yaegi and which I'm currently...
I'd pour money in a bounty for sure !
I like the idea of a library and I had on my plans to write one but was waiting for the API to stabilise a bit before diving into it....
This won't be moving forward as I don't have intent to refactor the filter, just maintain it
Hi, Unix sockets are not supported but let me check what I can do ;-)
care to show the smtpd.conf config ?
There you go, it's pledge missing "unix" which causes the process to be aborted on OpenBSD when accessing the unix socket, I've committed a fix, care to try again ?