nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] show MSG_SEQ_NAME ; : MessageName not shown, unless "-nocheckmime" added.

2017-02-07 22:11:19
On Sun 2/5/17 10:23 -0600 nmh(_at_)trodman(_dot_)com wrote:
On Sun 2/5/17 10:58 -0500 David Levine wrote:
Tom wrote:

$ pick automount -list |xargs -n1 show |egrep -i '^messagename' |head
MessageName: (Message ipa:378)
MessageName: (Message ipa:437)
MessageName: (Message ipa:438)
MessageName: (Message ipa:451)

What's the output from "show automount |egrep -i '^messagename' |head" ?

$ folder;command show automount | egrep -i '^(messagename|X-Envelope-From)' 
|head -4
ipa+ has 4706 messages  (1-4706); cur=4706; (others).
X-Envelope-From: freeipa-users-bounces(_at_)redhat(_dot_)com  Fri Apr 29 
16:01:46 2016
X-Envelope-From: freeipa-users-bounces(_at_)redhat(_dot_)com  Mon May  2 
13:16:45 2016
X-Envelope-From: freeipa-users-bounces(_at_)redhat(_dot_)com  Mon May  2 
14:24:28 2016
X-Envelope-From: freeipa-users-bounces(_at_)redhat(_dot_)com  Mon May  2 
15:39:28 2016
$ command show last|egrep -i '^(messagename|X-Envelope-From)'
MessageName: (Message ipa:4706)
X-Envelope-From:  freeipa-users-bounces(_at_)redhat(_dot_)com  Sun Feb  5 
08:31:31 2017
$ (set -x;pick automount -list |head -3;pick automount -list|wc -l)
+ pick automount -list
+ head -3
378
436
437
+ pick automount -list
+ wc -l
105

Accidently noticed this tonight:

    $ folder;command show -nocheckmime automount | egrep -i 
'^(messagename|X-Envelope-From)' |head -8
    ipa+ has 4720 messages  (1-4720); cur=4696; (others).
    MessageName: (Message ipa:378)
    X-Envelope-From:  freeipa-users-bounces(_at_)redhat(_dot_)com  Fri Apr 29 
16:01:46 2016
    MessageName: (Message ipa:436)
    X-Envelope-From:  freeipa-users-bounces(_at_)redhat(_dot_)com  Mon May  2 
13:16:45 2016
    MessageName: (Message ipa:437)
    X-Envelope-From:  freeipa-users-bounces(_at_)redhat(_dot_)com  Mon May  2 
14:24:28 2016
    MessageName: (Message ipa:438)
    X-Envelope-From:  freeipa-users-bounces(_at_)redhat(_dot_)com  Mon May  2 
15:39:28 2016

Does that suggest a soln?

--
thanks,
Tom


_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>