Re: how to send email via Mail

2016-02-26 Thread Steffen Nurpmeso
Roderick <hru...@gmail.com> wrote: |On Fri, 26 Feb 2016, Steffen Nurpmeso wrote: |>|client I feel like. mail(1) was a bit too tedious and limited for typical |>|use. |> |> Unfortunately i (as the maintainer of the source) have to agree. |> So it is. Especially rega

Re: how to send email via Mail

2016-02-26 Thread Steffen Nurpmeso
Артур Истомин wrote: |On Thu, Feb 25, 2016 at 07:54:20PM -0500, Nick Holland wrote: |> On 02/25/16 17:01, Jaap Bosman wrote: |>> Hallo, I would like to use mail(1) for email client. Hallo! |> No, really, you don't. It may be that he is right, you know. But if you

Re: how to send email via Mail

2016-02-26 Thread Steffen Nurpmeso
"trondd" wrote: |On Fri, February 26, 2016 10:55 am, Joel wrote: |> Unfortunately, it isn't in the ports tree, but there is a slightly |> updated version of mail called heirloom-mail. That is heirloom-mailx. |s-nail is a fork and is in ports. I went through this

Re: 6.0/i386 memcpy(3) causes crash if DST < SRC, because of overlap

2017-02-21 Thread Steffen Nurpmeso
Theo de Raadt wrote: |>> There's got to be a performance cost, not using the .S versions. |> |>What is the average size of the copy please? | |Average in what? In base, or in chrome? | |>Years ago, I did a whole lot of tests with this. I was so disappointed |>with

Re: 6.0/i386 memcpy(3) causes crash if DST < SRC, because of overlap

2017-02-21 Thread Steffen Nurpmeso
"Theo de Raadt" wrote: ... |>|the point is to make memcpy a strict API. |> |> It turned out not to be too problematic for myself (i hope i have |> found all occurrences). The commit message reads |> |> Avoid memcpy(3) crash due to strict standard compliance.. |

6.0/i386 memcpy(3) causes crash if DST < SRC, because of overlap

2017-02-20 Thread Steffen Nurpmeso
Hey, Just something funny for in between... I am now looking over all calls to memcpy() because i got a crash on OpenBSD on a perfect subject to memcpy(), effectively a string move forward (i.e., leftwise). I never would have even thought on anything else but // the difference to Copy

Re: 6.0/i386 memcpy(3) causes crash if DST < SRC, because of overlap

2017-02-21 Thread Steffen Nurpmeso
Philip Guenther <guent...@gmail.com> wrote: |On Tue, 21 Feb 2017, Steffen Nurpmeso wrote: |... |> But mind you, it is true that i still think it is funny that this |> happened on a BSD system, the origin of bcopy(3). To me memcpy(3) never ... |If your code triggers the memcpy

Re: 6.0/i386 memcpy(3) causes crash if DST < SRC, because of overlap

2017-02-21 Thread Steffen Nurpmeso
"Theo de Raadt" wrote: ... |> If your code triggers the memcpy() log+abort, then the code only works |> elsewhere because the compiler isn't smart enough. Yet. | |How about undefined behaviour such as the following: | |if (backwards) { | fprintf(stderr, "

Re: S-nail, ssh, and vi

2017-04-24 Thread Steffen Nurpmeso
Good morning Predrag. Predrag Punosevac wrote: |mar...@martinbrandenburg.com wrote: .. |>> Can anybody help me understand what am I seeing. Namely I am trying to |>> send an e-mail using S-nail 14.8.12 (the last one which cleanly compiles |>> on OpenBSD). Actual

Re: mail sign/encrypt

2018-05-03 Thread Steffen Nurpmeso
Hello again Rudolf. Rudolf Sykora wrote: |I'd like to be able to optionally |- sign my email, |- encrypt the email. | |I have a certificate in the .p12 form, |containing my private key and two certificates, |one of them mine. | |I want to prepare mail locally,

Re: s-nail copying deleted imap messages to trash

2019-12-23 Thread Steffen Nurpmeso
Hello. Jon Fineman wrote in <20191223153845.kcdii%...@fineman.me>: |For current s-nail is there a way with an imap account to copy messages \ |that I |delete to my ISPs trash folder like the set record=+Sent command copies \ |sent |message to my sent folder? | |Currently they are being

Re: s-nail copying deleted imap messages to trash

2019-12-23 Thread Steffen Nurpmeso
Steffen Nurpmeso wrote in <20191223200257.kp4kp%stef...@sdaoden.eu>: |Jon Fineman wrote in <20191223153845.kcdii%...@fineman.me>: ||For current s-nail is there a way with an imap account to copy messages \ ||that I ||delete to my ISPs trash folder like the set record=+Sent co

Re: s-nail copying deleted imap messages to trash

2019-12-23 Thread Steffen Nurpmeso
Jon Fineman wrote in <20191224012038.4azmy%...@fineman.me>: |Steffen Nurpmeso wrote: | |> Even better would be |> |> \copy "$@" /tmp/undelete.mbox |> \delete ` |> |> since the messages are collected only once. | |Thanks. | |I wa

Re: Nail viewing HTML messages

2019-12-25 Thread Steffen Nurpmeso
Hello. Jon Fineman wrote in <20191224111506.mxv_o%...@fineman.me>: |I am having trouble viewing an HTML message. Nail natively seems to \ |work with |simple HTML messages that I create and email to myself. However commerci\ |ally |created emails with multi-part doesn't render in lynx. Hmm,

qemu/kvm viornd0 problems with OpenBSD 6.7

2020-05-25 Thread Steffen Nurpmeso
Hello! Ya, thanks!, i am doing my OpenBSD 6.7 today! I have switched to use "-device virtio-rng-pci" in qemu not too long ago after figuring out it works quite nice and almost everybody seems to support it. It is detected just fine for OpenBSD 6.4 .. 6.6, but OpenBSD 6.7 causes qemu/kvm to

Re: qemu/kvm viornd0 problems with OpenBSD 6.7

2020-05-25 Thread Steffen Nurpmeso
Hello once again. Steffen Nurpmeso wrote in <20200525221543.zdgwt%stef...@sdaoden.eu>: |Ya, thanks!, i am doing my OpenBSD 6.7 today! | |I have switched to use "-device virtio-rng-pci" in qemu not too |long ago after figuring out it works quite nice and almost |everybody

Re: 019_libssl.patch regression

2020-08-12 Thread Steffen Nurpmeso
Hello Predrag, all. Predrag Punosevac wrote in <20200811212622.ugmda%punoseva...@gmail.com>: |This is a regression report for 019_libssl.patch | |predrag@oko$ uname -a |OpenBSD oko.int.bagdala2.net 6.7 GENERIC.MP#5 amd64 |predrag@oko$ syspatch -l |001_wscons |002_rpki |003_ssh

Re: 019_libssl.patch regression

2020-08-12 Thread Steffen Nurpmeso
Steffen Nurpmeso wrote in <20200812130039.lto3i%stef...@sdaoden.eu>: |Predrag Punosevac wrote in | <20200811212622.ugmda%punoseva...@gmail.com>: ||This is a regression report for 019_libssl.patch ... ||After applying libssl binary patch to 6.7 release s-nail-14.9.19 can no ||

Re: 019_libssl.patch regression

2020-08-12 Thread Steffen Nurpmeso
Steffen Nurpmeso wrote in <20200812132648.kaxsj%stef...@sdaoden.eu>: |Steffen Nurpmeso wrote in | <20200812130039.lto3i%stef...@sdaoden.eu>: ||Predrag Punosevac wrote in || <20200811212622.ugmda%punoseva...@gmail.com>: |||This is a regression report for 019_libssl.patc

Re: explicit_bzero vs. alternatives

2020-08-11 Thread Steffen Nurpmeso
Theo de Raadt wrote in <61139.1597087...@cvs.openbsd.org>: |Philipp Klaus Krause wrote: |> Am 10.08.20 um 17:00 schrieb Theo de Raadt: |>> Philipp Klaus Krause wrote: |>> |>>> OpenBSD has the explicit_bzero function to reliably (i.e. even if not |>>> observable in the C abstract machine)

Re: [S-mailx] .nailrc and Gmail

2020-06-08 Thread Steffen Nurpmeso
Hello Predrag. Predrag Punosevac wrote in <20200607193905.3ndsv%punoseva...@gmail.com>: |Predrag Punosevac wrote: ... |I apologize for cross posting. After upgrading my laptop to I took ports off ok, i'd feel ashamed to keep it in. ^_^ |predrag@oko-mobile$ uname -a |OpenBSD

Re: .nailrc and Gmail

2020-06-09 Thread Steffen Nurpmeso
Hello Stuart. Stuart Henderson wrote in : |On 2020-06-08, Steffen Nurpmeso wrote: |> Pity they did not wave through .19 before freeze, plenty of time |> there would have been. | |"Plenty of time" "But it's just one port!" And a small and minor one, sure. |Wi

Re: mail -r option problem

2021-01-30 Thread Steffen Nurpmeso
Austin Hook wrote in : |On Sat, 30 Jan 2021, Rudolf Sykora wrote: |> I tried to use the -r option with the mail program, but whenever I use |> the option I get a error like this: |> |> odin$ mail -r abcd -s abcd rudolf.syk...@cvut.cz |> a |> EOT |> odin$ sendmail: command failed: 550

Re: "cdio cddbinfo" broken?

2022-07-25 Thread Steffen Nurpmeso
gwes wrote in : |On 7/25/22 13:53, Erling Westenvik wrote: |> On Mon, Jul 25, 2022 at 11:40:30AM -0400, Nick Holland wrote: |>> I noticed that the cdio(1) cddbinfo command seem to no longer |>> work. I don't think this is a snapshot breakage -- I upgraded ... |>> For some CDs, it returns

Re: OpenBSD ports require xbase set - still true?

2022-05-11 Thread Steffen Nurpmeso
reful. "Hessi James"[1] of Badesalz, voila. [1] https://www.youtube.com/watch?v=akfz5Fw-pZI=de |Steffen Nurpmeso wrote: Scary top posting everywhere. At least on OpenBSD people seem to be free enough to no only inject lots of exhaust in toposphere or where those fly, but also can freely choo

OpenBSD ports require xbase set - still true?

2022-05-09 Thread Steffen Nurpmeso
Hello. Just a rant, not for ports@. I am installing OpenBSD 7.1 right now; this is only a VM, and i want to create / manage ports there. Until now whenever i wanted to do this i had to install xbase, otherwise the port makefile complained some. (I am afraid i have forgotten the details.) Is

Re: time drift in OpenBSD in proxmox (qemu-kvm) guest

2022-05-09 Thread Steffen Nurpmeso
Stuart Henderson wrote in : |On 2022/04/15 22:02, Tom Smyth wrote: ... |Thanks for the suggestions - since the change I made in the last mail |("I've changed mine to acpihpet0 and it seems much happier", i.e. setting |the kern.timecounter.hardware sysctl to acpihpet0, based on Stefan's

Re: OpenBSD ports require xbase set - still true?

2022-05-09 Thread Steffen Nurpmeso
Theo de Raadt wrote in <36104.1652132...@cvs.openbsd.org>: |The people who do the work make the decisions. Ok i will at least look what i was talking about. |Steffen Nurpmeso wrote: | |> Hello. |> |> Just a rant, not for ports@. |> I am installing OpenBSD 7.1 right

Re: mailx in pipeline mode: add fields to the EMail header?

2023-01-04 Thread Steffen Nurpmeso
Jon Fineman wrote in <20230103112509.ndhkuetedhnsw...@ryzen.jonjfineman.com>: [resort] |On Tue, Jan 03, 2023 at 08:33:22AM +0100, Harald Dunkel wrote: |>is there some way for OpenBSD's mailx (reading an EMail to send from |>stdin) to add fields to the EMail header, e.g. "s-nail" from ports

Re: Missing dependencies for git-send-email(1)?

2023-01-11 Thread Steffen Nurpmeso
Hello. Abhishek Chakravarti wrote in <87y1q9w5w1@oberon.taranjali.org>: | |Running a fresh install of OpenBSD 7.2 GENERIC.MP#758 amd64 in a VM. |The git-send-email(1) tool is available when pkg_add git is |done. However, when attempting to use it, git-send-email fails reporting |an

Re: Missing dependencies for git-send-email(1)?

2023-01-30 Thread Steffen Nurpmeso
Abhishek Chakravarti wrote in <87h6wrghpq@oberon.taranjali.org>: |Steffen Nurpmeso writes: |> This is only the git built-in variant, but git-send-email can make |> use of external tools, and i, in fact, _never_ (since before 2015) |> used a different variant (for real). T

Re: Mail from the command line

2023-02-17 Thread Steffen Nurpmeso
Rodrigo Readi wrote in : |2023-02-17 19:16 GMT, Steffen Nurpmeso : |>|>> modern requirements (html-mail, attachements). |> |> These both s-nail can (the former likely via mailcap). | |Yes, as I did it with BSD mail. | |But the main problem remains: with s-nail an

Re: Mail from the command line

2023-02-17 Thread Steffen Nurpmeso
Steffen Nurpmeso wrote in <20230217191605.lu6ph%stef...@sdaoden.eu>: |deich...@placebonol.com wrote in | <11709eb8-1507-4c76-a042-4c1d016e4...@placebonol.com>: ... ||>> And alpine is easier to configure, it works with gmail's xoauth2, Btw i have written a python3 scr

Re: Mail from the command line

2023-02-17 Thread Steffen Nurpmeso
deich...@placebonol.com wrote in <11709eb8-1507-4c76-a042-4c1d016e4...@placebonol.com>: |Also take a look at s-nail, it is not an email application, but a very \ |useful utility. It is BSD Mail on steroids i would say in "Theo" mode. (Though a lot is to be done. And unveil() and pledge() even

Re: Minimum install size

2023-04-29 Thread Steffen Nurpmeso
Stuart Henderson wrote in : |On 2023-04-29, Theo de Raadt wrote: |> The best way to not lie, is to not say anything at all. | |agreed, this value always gets out of date, and it's no longer the days |when one might be deciding whether to buy a 1/2/4GB CF. better to remove |than update now

fyi: ftp.openbsd.org: download connection breaks over slow lines

2023-08-12 Thread Steffen Nurpmeso
Hello. 'Appeared as forceful breaks, ie, there were no seconds without any activity, but real breaks from now to then. Just in case anyone feels the desire to look and tune, or whatever. -rw-rw 1 ports ports461016 Aug 12 19:05 openssh-9.4p1.tar.gz.partial $ curl --continue-at -