Results 16 comments of Antony

Investigating, my bounce notification have no `From:` nor any of the following headers... ``` X-Listmonk-Subscriber: 73d11b6b-3da2-47d5-9dd6-7b3c96a8e15b X-Listmonk-Campaign: 730438ad-a86a-424d-8604-288f6f6f1831 ``` Than may I suggest - [ ] Adding ability to pass...

This feature would be gr8 !!! Allowing to implement Postgresql LabelTree for exemple :)

Actually I believe the documentation is leading into the wrong direction. I tried what is suggested (node-custer), but when using socketio it comes to some really complex and dodgy setups....

hi, Strange, I don't seem to have any issues with svg, with or without [SVG Support](https://fr.wordpress.org/plugins/svg-support/) plugin.

hi, I do this very simple, works with default plugin settings. It's note quite perfect but does the job. ``` map $http_accept $webp_extension { default ''; ~*webp .webp; } location...

Probably somewhere a uncompleted `Promise`, something like a missed out `await`?

This solution from @localhorst seems to do the job [Source](https://community.letsencrypt.org/t/remove-all-generated-csr-to-free-disk-space/78237/2?u=cantoute) Always nice to take 20k files out of file system and the backup scan process :) #### Note: the orignal...

#### Question: Would it be safe to do same thing on `/etc/letsencrypt/archive` ? ```sh find /etc/letsencrypt/archive/ -type f -name '*.pem' -mtime +91 -exec rm -f {} \; ``` #### update:...

You have a point, that's why always `nginx -t && systemctl nginx` but in case of a reboot, this could crash nginx boot. So perhaps I'll just delete them manually...

If you are lucky to have a chance to use nestjs 8, documentation gives example on how to implement castle. I found it more practical for those scenario. Le 31...