ACC SHELL

Path : /usr/share/YaST2/scrconf/
File Upload :
Current File : //usr/share/YaST2/scrconf/mail_s_generics.scr

/**
 * $Id: mail_s_generics.scr 13276 2004-01-19 10:01:25Z jsrain $
 * Summary:
 *   SCR Agent for reading/writing the Sendmail genericstable
 * Authors:
 *   Martin Vidner <mvidner@suse.cz>
 * Access:
 *   read/write
 * See:
 *   yast2-config-mail/ag_mailtable.html
 *
 * The file specifies a map, but we represent it as a list to preserve
 * preceding comments and the order of entries.
 * list entries are"
 *  $[ "comment": " foo\n bar\n", "key": "root", "value": "joe, \\root" ]
 *  that is, comments have the leading '#' stripped but not the newline.
 *
 * Example:
 *   Read (.mail.sendmail.generics.table)
 */
.mail.sendmail.generics

`ag_mailtable (
  `Mailtable ($[
    "filename": "/etc/mail/genericstable",
    "continue_escaped_newline": false,
    "continue_leading_blanks": false,
    "colon": false,
  ])
)

ACC SHELL 2018