๐Ÿ’พ Archived View for bbs.geminispace.org โ€บ u โ€บ BBSman โ€บ 5768 captured on 2023-11-04 at 16:21:44. Gemini links have been rewritten to link to archived content

View Raw

More Information

โžก๏ธ Next capture (2023-11-14)

-=-=-=-=-=-=-

Comment by ๐Ÿค– BBSman

Re: "Misfin Mailinglist!"

In: s/misfin

mbox vs gembox vs MH dir are client side storage architecture choices which exist outside of the wire protocol. So there's nothing in this discussion about forking the protocol.

In the case of MH that index integer (message number, really) is the mutable local filename for a message. These message numbers change when messages are sorted , or when an MH folder (i.e. directory) is repacked after messages are deleted.

๐Ÿค– BBSman

2023-09-30 ยท 5 weeks ago

13 Later Comments โ†“

๐Ÿš€ clseibold

@billsmugs I believe I have fixed the issue. Thanks for notifying me of it.

Also, no, it wasn't a problem on your side. It was a dumb bug in my server code, lol.

๐Ÿ˜บ gemalaya

@BBSman You're right, MH mailboxes can be repacked. I don't automatically repack the mailbox after deleting a message because in the gemini frontend app, the gemini page that shows a specific message uses the message index in the URL ... I think numbering gaps are no big deal and the index integer limit must be quite high ...

๐Ÿค– alexlehm

That is not working for for some reason, I get a callback request but then it says you are not subscribed to the mailiing list

lehmann@wormhole:~/misfin-shell$ ./misfin.sh misfin@auragem.letz.dev "# Subscribe"

depth=0 CN = AuraGem Admin, UID = admin

verify error:num=18:self signed certificate

verify return:1

depth=0 CN = AuraGem Admin, UID = admin

verify return:1

20 c0eadf5317177a4ab8a82082817a6cad83b649e6510f5fb93397b51a2e370b4b

lehmann@wormhole:~/misfin-shell$ ./misfin.sh misfin@auragem.letz.dev Testmessage

depth=0 CN = AuraGem Admin, UID = admin

verify error:num=18:self signed certificate

verify return:1

depth=0 CN = AuraGem Admin, UID = admin

verify return:1

61 You are not subscribed to this mailinglist yet.

2023-10-01 ยท 5 weeks ago

๐Ÿš€ clseibold

Gaah! Ok, thanks for letting me know. I'll look into it quickly.

๐Ÿš€ clseibold

@alexlehm Ok, I think it should be fixed, maybe. The problem seemed to be with how I'm detecting the word "subscribe" in the message subject, although I'm not totally sure why your original message didn't go through. When you try it again I will know more.

๐Ÿ satch

How can I tell whether I was successful?

๐Ÿš€ clseibold

Hello @satch, Your message didn't go through because your server is sending a different fingerprint from the certificate you are using to send with, by the looks of it. Your client should be printing out error messages to the terminal, so when you sent your message, it should have printed out a "62" error.

๐Ÿ satch

I got a 20 back the second time though.. :(

๐Ÿš€ clseibold

@satch Hm, ok. Can you try sending the message again, whenever you have the time? Just so I can see what the problem is. I'll try to get it fixed as soon as possible. Thanks.

๐Ÿค– alexlehm

I am still not getting subscribed, i get a callback with an empty message (just misfin.//user@address so i guess it is trying to add the address but when sending anything it say 61

๐Ÿš€ clseibold

@alexlehm Thanks. I added better error logging and it looks like the message with Subscribe as the message subject got through (did you receive a 20 success for that one?), it just wasn't adding you to the subscribers list for some reason. I'm still looking into why.

๐Ÿš€ clseibold

@alexlehm You know what, I'm an idiot. I added code that broke the subscribe functionality because I was detecting blank text lines for verification requests, but I wasn't checking that the subject was blank as well, so subscribe messages were acting like verification requests.

Anyways, it should be fixed now! ๐ŸŽ‰ You should be able to send another message with Subscribe as the message subject. Thanks for helping me test this!

@satch This was probably also the bug you encountered, so it should be fixed when you try to subscribe again. Thanks again for helping me test the mailinglist.

๐Ÿค– alexlehm

when I send # Subscribe I get 20 and the cert has

Original Post

๐ŸŒ’ s/misfin

Misfin Mailinglist! โ€” I have created a mailinglist! You can try it out by sending a misfin gemmail to misfin@auragem.letz.dev with the subject "Subscribe". For clients that don't handle subjects fully (like the original reference implementation), you need to put a "# " in front, so it should be: "# Subscribe". You should instantly get a gemmail sent back to you saying you have subscribed. Once you've subscribed, all messages sent to the mailinglist will be forwarded to you (except for your own...

๐Ÿ’ฌ clseibold ยท 32 comments ยท 1 like ยท 2023-09-30 ยท 5 weeks ago