Re: [PATCH] public-inbox-mda: use status codes where applicable

2023-11-10 Thread Leah Neukirchen
Eric Wong writes: > Leah Neukirchen wrote: >> Many MTA understand these and map them to sensible SMTP error messages. >> >> Inability to find an inbox results in "5.1.1 user unknown". >> Misformatted messages are rejected with "5.6.0 data format

Re: More efficient Atom feeds for public-inbox

2022-04-28 Thread Leah Neukirchen
Eric Wong writes: > Leah Neukirchen wrote: >> Hi, >> >> currently, public-inbox sends the Atom feed with >> Content-Type: application/atom+xml and no further headers. >> >> Since many feed readers poll feeds quite often, this creates noticable >>

More efficient Atom feeds for public-inbox

2022-04-26 Thread Leah Neukirchen
readers can use conditional GET? thx, -- Leah Neukirchenhttps://leahneukirchen.org/ -- unsubscribe: one-click, see List-Unsubscribe header archive: https://public-inbox.org/meta/

lei spawns mua before results are written

2021-11-14 Thread Leah Neukirchen
and my mua scripts afterwards. Thanks, -- Leah Neukirchenhttps://leahneukirchen.org/ -- unsubscribe: one-click, see List-Unsubscribe header archive: https://public-inbox.org/meta/

Re: WwwAttach::referer_match and HTTPS

2021-08-08 Thread Leah Neukirchen
Ah, I suggest setting X-Forwarded-Proto. > Plack::Middleware::ReverseProxy (loaded by default) will automatically > parse that and set psgi.url_scheme properly. > > (I completely forgot about that middleware :x) Thanks, that fixes it. -- Leah Neukirchenhttps://leahneukirchen.org --

Re: WwwAttach::referer_match and HTTPS

2021-08-06 Thread Leah Neukirchen
Eric Wong writes: > Leah Neukirchen wrote: >> Hi, >> >> I noticed that referer_match in lib/PublicInbox/WwwAttach.pm always >> fails over HTTPS on my setup as psgi.url_scheme is set to 'http' in >> lib/PublicInbox/HTTPD.pm but I have a HTTPS-terminati

WwwAttach::referer_match and HTTPS

2021-08-06 Thread Leah Neukirchen
same in HEAD afaics.) Did I forget to set anything, or should referer_match just accept both http and https? cu, -- Leah Neukirchenhttps://leahneukirchen.org/ -- unsubscribe: one-click, see List-Unsubscribe header archive: https://public-inbox.org/meta/

Re: MIME types for image attachments

2020-11-07 Thread Leah Neukirchen
Eric Wong writes: > Leah Neukirchen wrote: >> Hi, >> >> I just noticed this on a plain public-inbox 1.6.0 installation: >> >> https://inbox.vuxu.org/9fans/8f5f1b4bcf0e2f1da17bdfbf06430...@abbatoir.fios-router.home/T/#u >> > [-- Attachm

MIME types for image attachments

2020-11-07 Thread Leah Neukirchen
ng image/* types is particularily dangerous, and it easily allows looking at attached images from the browser. Thanks, -- Leah Neukirchenhttps://leahneukirchen.org/ -- unsubscribe: one-click, see List-Unsubscribe header archive: https://public-inbox.org/meta/

Re: [ANNOUNCE] public-inbox 1.6.0

2020-09-19 Thread Leah Neukirchen
Eric Wong writes: > Leah Neukirchen wrote: >> Hi, >> >> thanks for the release! > > You're welcome! > >> > * Upgrading for new features in 1.6 > > > >> I did all these steps in this order, NNTP works fine but IMAP shows >> a

Re: [ANNOUNCE] public-inbox 1.6.0

2020-09-19 Thread Leah Neukirchen
g in 3b, but there's no obligation to > run an IMAP server, either. I did all these steps in this order, NNTP works fine but IMAP shows all folders as empty. Any ideas how to debug this? thx, -- Leah Neukirchenhttps://leahneukirchen.org/ -- unsubscribe: one-click, see List-Unsubscribe header archive: https://public-inbox.org/meta/

Re: [PATCH] t/import: test for nasty characters

2020-07-05 Thread Leah Neukirchen
T / ; Any character except controls, "!" / "#" / ; SP, and specials. "$" / "%" / ; Used for atoms "&" / "'" / "*" / "+" / "-" / "/" / "=" / "?" / "^" / "_" / "`" / "{" / "|" / "}" / "~" In particular, "." is not included. hth, -- Leah Neukirchenhttps://leahneukirchen.org/ -- unsubscribe: one-click, see List-Unsubscribe header archive: https://public-inbox.org/meta/

Re: [PATCH] doc: add clients.txt

2020-04-27 Thread Leah Neukirchen
Eric Wong writes: > diff --git a/Documentation/clients.txt b/Documentation/clients.txt > +* impibe - Perl script to import v1 or v2 to Maildir > + https://public-inbox.org/meta/87v9m0l8t1@vuxu.org/ Please link to https://leahneukirchen.org/dotfiles/bin/impibe, too. Thanks,

Re: impibe: incrementally add messages from public-inbox V1/V2 to a Maildir

2020-04-15 Thread Leah Neukirchen
ilar to how you do > with the v1 code should still work for v2. Yes, I wrote V2 first and then realized V1 is easier and works just as well. Current version: #!/usr/bin/perl -w # impibe - incrementally add messages from public-inbox V1/V2 to a Maildir # # To the extent possible under law, Lea

impibe: incrementally add messages from public-inbox V1/V2 to a Maildir

2020-04-15 Thread Leah Neukirchen
have much Perl experience, so please tell me any problems with my code. #!/usr/bin/perl -w # impibe - incrementally add messages from public-inbox V1/V2 to a Maildir # # To the extent possible under law, Leah Neukirchen has waived # all copyright and related or neighboring rights to this

Re: [PATCH] doc: add technical/whyperl

2020-04-08 Thread Leah Neukirchen
Eric Wong writes: > Leah Neukirchen wrote: > > Did you forget reply-all? Re-adding Cc: meta@public-inbox.org > since you've already posted there in the past. I was more meant as a off-side remark, but we can also do this on the list. >> Eric Wong writes: >> >

Two small issues when importing old archives

2020-02-24 Thread Leah Neukirchen
ate.) I'm not sure what added the ">", it's not in the original mail. (I use public-inbox-1.3.0/git-2.25.0 on Void Linux.) thx, -- Leah Neukirchenhttps://leahneukirchen.org/ -- unsubscribe: one-click, see List-Unsubscribe header archive: https://public-inbox.org/meta/

Release schedule

2019-09-13 Thread Leah Neukirchen
Hi, the last public-inbox release was over a year ago, it would be nice for packagers (such as me, *cough*) to have releases more often. I think there have been many release-worthy improvements lately. Thanks! -- Leah Neukirchenhttps://leahneukirchen.org/ -- unsubscribe: meta+unsubscr

Re: Random idea: Exporting GitHub to mailing lists

2019-05-01 Thread Leah Neukirchen
Leah Neukirchen writes: > Eric Wong writes: > >> Eric Wong wrote: >>> The code definitely exists somewhere in some Samba repo and >>> it'd probably be easily adapted :> >> >> Did you find that? > > Yes, #samba-technical helped me find &g

Re: Random idea: Exporting GitHub to mailing lists

2019-04-30 Thread Leah Neukirchen
; Btw, there's also GitGitGadget, which works for pull requests; > but AFAIK not comments/issues: > >https://github.com/gitgitgadget/gitgitgadget.git I know of that one, but merged PR are usually self-documenting enough. -- Leah Neukirchenhttp://leah.zone -- unsubscribe: me

Random idea: Exporting GitHub to mailing lists

2019-04-23 Thread Leah Neukirchen
(which is then backed by public-inbox), for archival and non-web subscription. If anyone needs a project to hack on. ;) cu, -- Leah Neukirchenhttp://leahneukirchen.org/ -- unsubscribe: meta+unsubscr...@public-inbox.org archive: https://public-inbox.org/meta/

Re: BUG?: The UI shows an "In-Reply-To" value different than the actual value

2018-11-20 Thread Leah Neukirchen
properly reconstruct the thread of a message >> in the face of this nonstandard behavior, we need to append any >> In-Reply-To message IDs to References. (mthread(1) of mblaze does the same.) -- Leah Neukirchenhttp://leah.zone -- unsubscribe: meta+unsubscr...@public-inbox.org archive: https://public-inbox.org/meta/

Re: [PATCH] Makefile.PL: do not depend on git

2018-06-13 Thread Leah Neukirchen
Eric Wong writes: > Leah Neukirchen wrote: >> Eric Wong writes: >> >> > Subject: [PATCH] Makefile.PL: do not depend on git >> > >> > Otherwise, things do not work from a tarball distribution. >> >> The same issue also appli

Re: [PATCH] Makefile.PL: do not depend on git

2018-06-13 Thread Leah Neukirchen
Eric Wong writes: > Subject: [PATCH] Makefile.PL: do not depend on git > > Otherwise, things do not work from a tarball distribution. The same issue also applies to ssoma. -- Leah Neukirchenhttp://leah.zone -- unsubscribe: meta+unsubscr...@public-inbox.org archive: https

[PATCH] public-inbox-mda: use status codes where applicable

2018-06-12 Thread Leah Neukirchen
Many MTA understand these and map them to sensible SMTP error messages. Inability to find an inbox results in "5.1.1 user unknown". Misformatted messages are rejected with "5.6.0 data format error". Unsupported inbox versions are reported as "5.3.5 local configuration error". All of these are int

[PATCH] INSTALL: mention Socket6

2018-06-12 Thread Leah Neukirchen
--- INSTALL | 4 1 file changed, 4 insertions(+) diff --git a/INSTALL b/INSTALL index 87aa696..6e02b4d 100644 --- a/INSTALL +++ b/INSTALL @@ -42,6 +42,10 @@ Where "deb" indicates package names for Debian-derived distributions and Numerous optional modules are likely to be useful as well:

Re: Some points on public-inbox

2018-06-12 Thread Leah Neukirchen
Also I noticed public-inbox-watch expects different Maildir for every list, so I had to put a maildrop in front of it to pre-sort by List-Id... couldn't -watch do that itself? -- Leah Neukirchenhttp://leah.zone -- unsubscribe: meta+unsubscr...@public-inbox.org archive: https://public-inbox.org/meta/

Re: Some points on public-inbox

2018-06-12 Thread Leah Neukirchen
Eric Wong writes: > Leah Neukirchen wrote: >> Hi, >> >> over the last few days I've set up a public-inbox 1.1.0pre1 instance, >> and noticed some things: > > Hey Leah, thanks for giving it a try! Sorry for the late reply, > been trying to avoid

Some points on public-inbox

2018-06-09 Thread Leah Neukirchen
icinbox..address? Or can public-inbox-mda also scan for List-Id etc and sort by it somehow? Thank you very much for your work, -- Leah Neukirchenhttp://leah.zone -- unsubscribe: meta+unsubscr...@public-inbox.org archive: https://public-inbox.org/meta/