On Wed, 11 Mar 2015 07:26:10 -0000 Ralph Corderoy <[email protected]> sez:

> Hi Bob,
> 
> > >   if scan -format '%{to} %{cc} %{bcc} %{dcc}' "$draftname" | grep -iqs 
> > > @stanford.edu; then
> >
> > Ah, right!  Trying too hard to make NMH do all the lifting.
> 
> If you do that, you might want to tighten the regexp, e.g.
> 
>     scan -format '%{to},%{cc},%{bcc},%{dcc},' "$draftname" |
>     grep -iq '@stanford\.edu[>,]'
> 
> noting the trailing comma in scan's format.
> 
> Cheers, Ralph.
> 
> _______________________________________________
> Nmh-workers mailing list
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/nmh-workers

_______________________________________________
Nmh-workers mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/nmh-workers

Reply via email to