Re: [Nmh-workers] nmh-1.5 rcvdist fails

2012-07-23 Thread David Levine
Ken wrote:

> that line SHOULD be:
> 
> %(void(localmbox))%(void(width))%(putaddr Resent-From: )

Fixed.

David

___
Nmh-workers mailing list
Nmh-workers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-workers


Re: [Nmh-workers] nmh-1.5 rcvdist fails

2012-07-23 Thread Jerrad Pierce
I use rcvtty actually. It was the closest I could come,
with minimal effort, to replicating the mail zephyr class
used at MIT :-P

  .maildelivery
  X-Spam-Flag   NO  qpipe   R   "/usr/local/lib/rcvtty -form 
rcvtty.format"

___
Nmh-workers mailing list
Nmh-workers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-workers


Re: [Nmh-workers] nmh-1.5 rcvdist fails

2012-07-23 Thread Ken Hornstein
>+ %<{nmh-from}%|%(void(localmbox))%>%(void(width))%(putaddr Resent-From: )

While using nmh-from here won't harm anything, there's no code in rcvdist that
makes use of it (like there is in dist & forw), so it will always be false
(unless you happen to get a message which actually has a nmh-from header
in it).

Should there be code in rcvdist to handle that?  I am undecided; rcvdist
always used mh-format(5), but previous developers never added any code to
do that.  If people want to add that functionality, great; otherwise that
line SHOULD be:

%(void(localmbox))%(void(width))%(putaddr Resent-From: )

(And people still use rcvdist?  Wow!  Next you'll be telling me that people
actually use rcvtty).

--Ken

___
Nmh-workers mailing list
Nmh-workers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-workers


Re: [Nmh-workers] nmh-1.5 rcvdist fails

2012-07-21 Thread David Levine
Harv wrote:

> post: message has no Resent-From: header
> post: See default components files for examples
> post: re-format message and try again
>
> It appears that he default rcvdistcomps was not appropriately
> modified to insert the Resent-From: header.

Thanks, I applied your patch (and also to etc/rcvdistcomps.outbox).

The rcvtest missed this, I just modified it to catch it.

David

___
Nmh-workers mailing list
Nmh-workers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-workers


[Nmh-workers] nmh-1.5 rcvdist fails

2012-07-21 Thread Harvey Eneman

post: message has no Resent-From: header
post: See default components files for examples
post: re-format message and try again

It appears that he default rcvdistcomps was not appropriately
modified to insert the Resent-From: header.

Harv


*** rcvdistcomps.orig   2012-06-12 15:15:16.0 -0700
--- rcvdistcomps2012-07-14 15:38:20.0 -0700
***
*** 1,2 
--- 1,3 
+ %<{nmh-from}%|%(void(localmbox))%>%(void(width))%(putaddr Resent-From: )
  %(lit)%(formataddr{addresses})\
  %<(nonnull)%(void(width))%(putaddr Resent-To: )\n%>











pgp7aI6mmXFM6.pgp
Description: PGP signature
___
Nmh-workers mailing list
Nmh-workers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-workers