https://metalhead.club/@mariusor
Mostly a programmer.
From Marius to ~sircmpwn/sr.ht-discuss
On 2024-04-29 14:11, Conrad Hoffmann wrote: > As such, my guess would be there must be something on your (or rather, > their) > side, maybe something that trips the spam filter or such? > Hey Conrad, I contacted purelymail support and the reason they have given me for the failures to deliver are DKIM validation issues of the messages. This is a direct quote from their reply: > I think this might be SourceHut's fault. If their export thread (mbox) > button
From Marius to ~sircmpwn/sr.ht-discuss
On 2024-05-02 08:06, Conrad Hoffmann wrote: > Hope that helps, > Conrad Thank you, I'll take this to the Purelymail support. Cheers, /Marius
From Marius Orcsik to ~sircmpwn/sr.ht-discuss
On 24-04-29 16:11:22, Conrad Hoffmann wrote: > As such, my guess would be there must be something on your (or rather, > their) side, maybe something that trips the spam filter or such? Hi Conrad, thank you for looking into this. I think the mpris-tools list works now, I had a couple of emails from github that have reached me. However another one(~mariusor/go-activitypub-dev) does not. I just submitted a commit on one of the projects attached to it, github sent an email to the list, it can be seen in the web interface[1] but nothing reached my inbox.
From Marius Orcsik to ~sircmpwn/sr.ht-discuss
On 24-04-28 08:58:53, Ren Kararou wrote: > Hi Marius. > > sourcehut lists won't send mails to the author of the post. I'm going > to go out on a limb and assume that the last mail you got from the list > was 7 months ago, because that was the last time that someone other than > yourself mailed in a post. Hi Ren, that might be a good clue, but the emails coming from Github do not come from any addresses that are associated with my account on SourceHut: > From: Marius Orcsik <noreply@github.com> > To: ~mariusor/mpris-tools@lists.sr.ht
From Marius Orcsik to ~sircmpwn/sr.ht-discuss
Hello, I am nost sure if this mailing list is the right place to complain, but for about a month I haven't been receiving any emails that were sent to the mailing lists **I created**. Most of the traffic there is based on commits from github, but nothing reaches my inbox. I receive emails from other mailing lists that I'm subscribed to, so I'm not certain if the issue is on my side (I use purelymail with my own domain) or on SourceHut's side. An example of such aa list is https://lists.sr.ht/~mariusor/mpris-tools
From Marius Orcsik to ~sircmpwn/sr.ht-discuss
On 24-04-15 23:24:55, Christian Thackston wrote: > Hello, > > I couldn't help but notice the fact that when using a gpg key for encryption > for emails there seems to be a mismatch between the addresses in the key and > the origin address. That's not a missmatch, the same key has multiple email identities attached to it: (1) sr.ht packages <admin@sr.ht> 2048 bit RSA key 0x74B4BCCEA60D0437, created: 2017-04-19 (2) sr.ht dispatch (Address for automated emails from dispatch.sr.ht) <dis sr.ht meta (Address for automated emails from meta.sr.ht) <meta@sr.ht>
From Marius Orcsik to ~mariusor/go-activitypub-discuss
On 23-12-14 14:07:23, Anders Pitman wrote:
> Is there a way to avoid those quotes? I can't just trim them at print time because I'm passing the entire object into a mustache template for rendering (don't worry I will be sure to sanitize any user input).
Hey Anders, thank you for your interest in GoActivitypub, it's great to
see some other people trying to build fediverse things with Go.
And to answer your question, yes there is a way. :)
The type that Value is based on is a []byte and it has some
functionality[1] (meant for debugging output mostly) that triggers the
behaviour you're experiencing.
To prevent this issue, I think calling .String() on the value should be
enough[2]. So your example would become from:
From Marius Orcsik to ~emersion/public-inbox
On 23-12-05 17:03:26, Simon Ser wrote: > An issue is that some providers don't return immediately when the > context expires. For instance the guess provider attempts to check SMTP, > but the SMTP library doesn't really handle cancellation. Returning on the first SMTP config in the channel returned an invalid SMTP config for my test-case, the same one I mentioned in previous patch, where I'm using purelymail with a custom domain. The returned value was the full MX record host which then would hang indefinitelly when checking the password. (It would try a TLS connection to mailserver.purelymail.com instead of the guessed one which was smtp.purelymail.com)
From Marius Orcsik to ~emersion/public-inbox
On 23-12-03 11:38:38, builds.sr.ht wrote: > pyonji/patches/.build.yml: FAILED in 1m8s > ✗ #1106519 FAILED pyonji/patches/.build.yml https://builds.sr.ht/~emersion/job/1106519 This seems to be an issue with strings.ContainsFunc which is not present in go1.20.11 which is the Go version that the Apline image has available. /Marius
From Marius Orcsik to ~emersion/public-inbox
On 23-12-03 11:38:38, builds.sr.ht wrote: > pyonji/patches/.build.yml: FAILED in 1m8s > > [Simplified the way we aggregate provider results][0] from [Marius Orcsik][1] > > [0]: https://lists.sr.ht/~emersion/public-inbox/patches/47316 > [1]: marius@federated.id > > ✗ #1106519 FAILED pyonji/patches/.build.yml https://builds.sr.ht/~emersion/job/1106519 This seems to be an issue with strings.ContainsFunc which is not present in go1.20.11 which is the Go version that the Apline image has available.