#345: postfix master.cf [] characters
--------------------+---------------------
 Reporter:  nejec   |       Owner:  lutter
     Type:  defect  |      Status:  new
 Priority:  major   |   Milestone:  next
Component:  Augeas  |     Version:  1.0.0
 Keywords:          |  Blocked By:
 Blocking:          |
--------------------+---------------------
 postfix_master.aug lens is unable to process [::1] in specification.

 test that should fail looks like:
 {{{
 let conf7 = "# master.cf
 submission inet n       -       n       -       -       smtpd
   -o mynetworks=127.0.0.1/8,[::1]
 "

 test Postfix_Master.lns get conf7 =
    { "#comment" = "master.cf" }
    { "submission"
      { "type" = "inet" }
      { "private" = "n" }
      { "unprivileged" = "-" }
      { "chroot" = "n" }
      { "wakeup" = "-" }
      { "limit" = "-" }
      { "command" = "smtpd\n  -o mynetworks=127.0.0.1/8,[::1]" } }

 }}}

-- 
Ticket URL: <https://fedorahosted.org/augeas/ticket/345>
Augeas <http://augeas.net/>
a configuration API

_______________________________________________
augeas-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/augeas-devel

Reply via email to