Michiel Dethmers
Michiel Dethmers
If you want to submit a PR, you're very welcome. Please make sure to sign the [CLA](https://www.phplist.com/cla) before you do.
@da2x phpList already has a mechanism for that. If "[JumpOff](https://resources.phplist.com/system/config/unsubscribe_jumpoff)" is false, it will request details and require a post to actually unsubscribe. The main reason to not use that,...
True, there's no POST request on confirming. But that should be really short-lived. There is however a POST request on subscribing, and then the email has a unique link that...
Yes, that's a good idea. @suelaP do you want to create a mantis ticket for this?
Thanks. Where do you suggest to make these changes?
Yes, we can add other sources. Does Gitlab have a similar system that zips the code on the fly? If so, what is the URL pattern? Then we can add...
Thanks, we should keep that in mind. I'm all for adding Gitlab to the mix. In fact, I've often contemplated moving the official repo to Gitlab, but I guess that's...
Ok, so if a plugin lives on Gitlab eg https://gitlab.com/michield/phplist-plugin-smtpbalancer The zip file URL is https://gitlab.com/michield/phplist-plugin-smtpbalancer/-/archive/master/phplist-plugin-smtpbalancer-master.zip And you can fetch the tags from https://gitlab.com/api/v4/projects/michield%2Fphplist-plugin-smtpbalancer/repository/tags So, that seems quite possible.
Yes. this is done on purpose. The idea is that if someone is on their local system and processes the queue, this Received line identifies them, so that it can...
Ah, sorry, just notice you are from the cron service, not a phpList user. Are you getting a lot of issues because of this?