Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

[We] use bad software and bad machines for the wrong things. -- R. W. Hamming


computers / comp.mail.sendmail / Re: Non-continuation line starts with space, sendmail -bi change?

SubjectAuthor
* Non-continuation line starts with space, sendmail -bi change?John Dzubera
`* Re: Non-continuation line starts with space, sendmail -bi change?Claus Aßmann
 `* Re: Non-continuation line starts with space, sendmail -bi change?John Dzubera
  `- Re: Non-continuation line starts with space, sendmail -bi change?Claus Aßmann

1
Non-continuation line starts with space, sendmail -bi change?

<960f7770-dff0-458f-b8cd-e369b48cef13n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=300&group=comp.mail.sendmail#300

  copy link   Newsgroups: comp.mail.sendmail
X-Received: by 2002:ac8:5290:: with SMTP id s16mr2548885qtn.412.1632951568641;
Wed, 29 Sep 2021 14:39:28 -0700 (PDT)
X-Received: by 2002:a25:af10:: with SMTP id a16mr2608268ybh.424.1632951568505;
Wed, 29 Sep 2021 14:39:28 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.mail.sendmail
Date: Wed, 29 Sep 2021 14:39:28 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=129.82.154.223; posting-account=kAUnWwoAAAAdlOPqKH-vDREUxa_KCl1f
NNTP-Posting-Host: 129.82.154.223
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <960f7770-dff0-458f-b8cd-e369b48cef13n@googlegroups.com>
Subject: Non-continuation line starts with space, sendmail -bi change?
From: zzzube@gmail.com (John Dzubera)
Injection-Date: Wed, 29 Sep 2021 21:39:28 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 14
 by: John Dzubera - Wed, 29 Sep 2021 21:39 UTC

In 8.16.1 and previous, long aliases in /etc/mail/aliases formatted like this:

blah:user1,user2,user3,
<tab>user4,user5,user6,
<tab>user7,user8,user9

were fine. sendmail -bi didn't complain.

8.17.1 no longer likes these lines, flags the second line with
"Non-continuation line starts with space" and doesn't seem to build
the aliases properly. Put them all on one long line and it's fine.

I'm sure I missed something. Anyone kind enough to clue me in?

Cheers.

Re: Non-continuation line starts with space, sendmail -bi change?

<sj3q2d$b1a$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=303&group=comp.mail.sendmail#303

  copy link   Newsgroups: comp.mail.sendmail
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: ca+sendmail(-no-copies-please)@mine.informatik.uni-kiel.de (Claus Aßmann)
Newsgroups: comp.mail.sendmail
Subject: Re: Non-continuation line starts with space, sendmail -bi change?
Date: Thu, 30 Sep 2021 07:47:25 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 28
Sender: <ca+sendmail(-no-copies-please)@mine.informatik.uni-kiel.de>
Message-ID: <sj3q2d$b1a$1@dont-email.me>
References: <960f7770-dff0-458f-b8cd-e369b48cef13n@googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 30 Sep 2021 07:47:25 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="89c3e1e456892e658ec8d9c61ea60669";
logging-data="11306"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18dpYBkkc0KbNFPjo9szpZTcGudwWM7WJ8="
Cancel-Lock: sha1:2dnkFD7ZYyVQUC5KN0bzZmUdF8A=
Originator: ca@x2.esmtp.org (Claus Assmann)
X-Newsreader: trn 4.0-test77 (Sep 1, 2010)
Mail-Copies-To: never
 by: Claus Aßmann - Thu, 30 Sep 2021 07:47 UTC

If you don't use EAI, please try this patch
(maybe report whether it works to the bug address?)
For EAI it will be a bit more complicated to fix.

--- alias.c- Thu Sep 30 07:36:26 2021
+++ alias.c Thu Sep 30 07:37:08 2021
@@ -817,10 +817,13 @@
(void) sm_io_ungetc(af, SM_TIME_DEFAULT, c);
if (c != ' ' && c != '\t')
break;
+#if _FFR_8BITENVADDR
+ syserr("554 5.3.5 Continuation line currently not supported for USE_EAI nor _FFR_EIGHT_BIT_ADDR_OK");
+#endif
/* read continuation line */
if (sm_io_fgets(af, SM_TIME_DEFAULT, p,
- sizeof(line) - (p-line)) < 0)
+ sizeof(lbuf) - (p-line)) < 0)
break;
LineNumber++;

--
Note: please read the netiquette before posting. I will almost never
reply to top-postings which include a full copy of the previous
article(s) at the end because it's annoying, shows that the poster
is too lazy to trim his article, and it's wasting the time of all readers.

Re: Non-continuation line starts with space, sendmail -bi change?

<d79fbf35-2568-4283-b083-728097b23852n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=306&group=comp.mail.sendmail#306

  copy link   Newsgroups: comp.mail.sendmail
X-Received: by 2002:a37:ab15:: with SMTP id u21mr416735qke.394.1633126711381;
Fri, 01 Oct 2021 15:18:31 -0700 (PDT)
X-Received: by 2002:a25:2284:: with SMTP id i126mr326776ybi.3.1633126711085;
Fri, 01 Oct 2021 15:18:31 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.mail.sendmail
Date: Fri, 1 Oct 2021 15:18:30 -0700 (PDT)
In-Reply-To: <sj3q2d$b1a$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=129.82.154.223; posting-account=kAUnWwoAAAAdlOPqKH-vDREUxa_KCl1f
NNTP-Posting-Host: 129.82.154.223
References: <960f7770-dff0-458f-b8cd-e369b48cef13n@googlegroups.com> <sj3q2d$b1a$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <d79fbf35-2568-4283-b083-728097b23852n@googlegroups.com>
Subject: Re: Non-continuation line starts with space, sendmail -bi change?
From: zzzube@gmail.com (John Dzubera)
Injection-Date: Fri, 01 Oct 2021 22:18:31 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 38
 by: John Dzubera - Fri, 1 Oct 2021 22:18 UTC

On Thursday, September 30, 2021 at 1:47:28 AM UTC-6, Claus Aßmann wrote:
> If you don't use EAI, please try this patch
> (maybe report whether it works to the bug address?)
> For EAI it will be a bit more complicated to fix.
>
> --- alias.c- Thu Sep 30 07:36:26 2021
> +++ alias.c Thu Sep 30 07:37:08 2021
> @@ -817,10 +817,13 @@
> (void) sm_io_ungetc(af, SM_TIME_DEFAULT, c);
> if (c != ' ' && c != '\t')
> break;
> +#if _FFR_8BITENVADDR
> + syserr("554 5.3.5 Continuation line currently not supported for USE_EAI nor _FFR_EIGHT_BIT_ADDR_OK");
> +#endif
>
> /* read continuation line */
> if (sm_io_fgets(af, SM_TIME_DEFAULT, p,
> - sizeof(line) - (p-line)) < 0)
> + sizeof(lbuf) - (p-line)) < 0)
> break;
> LineNumber++;

Thank you. This seemed to work. I sent a note to the bug address as well.

Note: I patched the file by hand. When I tried to use:

patch < claus.patch

I got:

patch: **** malformed patch at line 4: (void) sm_io_ungetc(af, SM_TIME_DEFAULT, c);

even with the -u option, so I must be missing something, but I'm grateful for the fix.

Cheers.

Re: Non-continuation line starts with space, sendmail -bi change?

<sj8p13$nbs$1@gioia.aioe.org>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=307&group=comp.mail.sendmail#307

  copy link   Newsgroups: comp.mail.sendmail
Path: i2pn2.org!i2pn.org!aioe.org!TQhpxQtosDuCEwzVw6PeyQ.user.46.165.242.75.POSTED!not-for-mail
From: ml+sendmail(-no-copies-please)@esmtp.org (Claus Aßmann)
Newsgroups: comp.mail.sendmail
Subject: Re: Non-continuation line starts with space, sendmail -bi change?
Date: Sat, 2 Oct 2021 05:00:19 -0000 (UTC)
Organization: Aioe.org NNTP Server
Message-ID: <sj8p13$nbs$1@gioia.aioe.org>
References: <960f7770-dff0-458f-b8cd-e369b48cef13n@googlegroups.com> <sj3q2d$b1a$1@dont-email.me> <d79fbf35-2568-4283-b083-728097b23852n@googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Injection-Info: gioia.aioe.org; logging-data="23932"; posting-host="TQhpxQtosDuCEwzVw6PeyQ.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
X-Notice: Filtered by postfilter v. 0.9.2
Originator: ca@x2.esmtp.org (Claus Assmann)
Mail-Copies-To: never
X-Newsreader: trn 4.0-test77 (Sep 1, 2010)
 by: Claus Aßmann - Sat, 2 Oct 2021 05:00 UTC

John Dzubera wrote:

> Thank you. This seemed to work. I sent a note to the bug address as well.

Thanks.

> patch: **** malformed patch at line 4: (void) sm_io_ungetc(af, SM_TIME_DEFAULT, c);

Seems the patch got a bit mangled "somewhere", sorry.

--
Note: please read the netiquette before posting. I will almost never
reply to top-postings which include a full copy of the previous
article(s) at the end because it's annoying, shows that the poster
is too lazy to trim his article, and it's wasting the time of all readers.
--
Please don't Cc: me, post your replies here.

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor