nmh-workers
[Top] [All Lists]

[Nmh-workers] new warning about repeated profile components

2012-06-09 09:42:42
I just added added a warning (on master, not 1.5) to all nmh
programs for multiple profile entries for the same
component.  Until now, all but the first were silently
ignored.

E.g.,

$ cat /tmp/mh_profile
server: -server smtp1(_at_)example(_dot_)com
server: -server smtp2(_at_)example(_dot_)com
Path: .Mail

$ MH=/tmp/mh_profile scan last 2>&1 | head -1
scan: multiple "server" profile components in /tmp/mh_profile, ignoring 
"-server smtp2(_at_)example(_dot_)com", continuing...

David

_______________________________________________
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>
  • [Nmh-workers] new warning about repeated profile components, David Levine <=