Michael Kliewe
                                            Michael Kliewe
                                        
                                    @slavkoja I guess we shouldn't make it too complex. Most people will send daily (and should send daily).. Even Google, Yahoo, Microsoft and so on send one DMARC report per...
I don't compile rspamd myself, I'm using the Ubuntu/Debian packages from rspamd.com (currently 3.1-1~focal amd64). To test the new behaviour I have to compile it myself and run it for...
I updated to 3.2 two days ago and removed the "date" parameter from the cronjob, now it's just: `17 2 * * * /usr/bin/rspamadm dmarc_report -v >> /tmp/dmarc_report.log 2>&1` But:...
@slavkoja Thanks for your confirmation of the problems. I guess @vstakhov will find a solution for calculating the start-timestamp and end-timestamp in UTC. You are right that the data in...
I have the same problem in my setup, I updated rspamd yesterday to `3.3-2~bullseye`, and today there is a hanging cronjob process: ``` root 3218187 755 0 02:17 ? 00:00:00...
I have the exact same issue. Sometimes it outputs symbol errors, sometimes everything is OK... Without changing anything between both configtests. ``` michael@testmaschine01:~$ sudo rspamadm configtest syntax OK michael@testmaschine01:~$ sudo...
I have the same problem. Login on Windows 1903 works, but registration of a new key does not work. In the past Firefox was showing a small popup, telling the...
+1, please support it
Hi, I also experienced that bug 2 years ago or so, and I quickly fixed it by changing line 243 to this: `if ($y === '*' || strpos($y, '[') !==...
I'm in the process of switching to 7.4, and I was worried about your issue regarding memory consumption/leak. So I'm testing, and I cannot reproduce your problem. I have 84...