Ignore:
Timestamp:
03/23/2020 09:46:15 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2aa0f3b
Parents:
bb65a3c
Message:

Finish formatting "networking"

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22877 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/mailnews/procmail.xml

    rbb65a3c r7c56ece  
    3232    <title>Introduction to Procmail</title>
    3333
    34     <para>The <application>Procmail</application> package contains an autonomous
    35     mail processor. This is useful for filtering and sorting incoming mail.</para>
     34    <para>
     35      The <application>Procmail</application> package contains an autonomous
     36      mail processor. This is useful for filtering and sorting incoming mail.
     37    </para>
    3638
    3739    &lfs91_checked;
     
    4042    <itemizedlist spacing='compact'>
    4143      <listitem>
    42         <para>Download (HTTP): <ulink url="&procmail-download-http;"/></para>
    43       </listitem>
    44       <listitem>
    45         <para>Download (FTP): <ulink url="&procmail-download-ftp;"/></para>
    46       </listitem>
    47       <listitem>
    48         <para>Download MD5 sum: &procmail-md5sum;</para>
    49       </listitem>
    50       <listitem>
    51         <para>Download size: &procmail-size;</para>
    52       </listitem>
    53       <listitem>
    54         <para>Estimated disk space required: &procmail-buildsize;</para>
    55       </listitem>
    56       <listitem>
    57         <para>Estimated build time: &procmail-time;</para>
     44        <para>
     45          Download (HTTP): <ulink url="&procmail-download-http;"/>
     46        </para>
     47      </listitem>
     48      <listitem>
     49        <para>
     50          Download (FTP): <ulink url="&procmail-download-ftp;"/>
     51        </para>
     52      </listitem>
     53      <listitem>
     54        <para>
     55          Download MD5 sum: &procmail-md5sum;
     56        </para>
     57      </listitem>
     58      <listitem>
     59        <para>
     60          Download size: &procmail-size;
     61        </para>
     62      </listitem>
     63      <listitem>
     64        <para>
     65          Estimated disk space required: &procmail-buildsize;
     66        </para>
     67      </listitem>
     68      <listitem>
     69        <para>
     70          Estimated build time: &procmail-time;
     71        </para>
    5872      </listitem>
    5973    </itemizedlist>
     
    8498    <title>Installation of Procmail</title>
    8599
    86     <para>This package does not come with a test suite.</para>
    87 
    88     <para>Install <application>Procmail</application> by running the following
    89     commands as the <systemitem class="username">root</systemitem> user:</para>
     100    <para>
     101      This package does not come with a test suite.
     102    </para>
     103
     104    <para>
     105      Install <application>Procmail</application> by running the following
     106      commands as the <systemitem class="username">root</systemitem> user:
     107    </para>
    90108
    91109<screen role='root'><userinput>sed -i 's/getline/get_line/' src/*.[ch]                   &amp;&amp;
     
    100118    <title>Command Explanations</title>
    101119
    102     <para><command>sed -i 's/getline/get_line/' src/*.[ch]</command>: This renames
    103     procmail's getline function to avoid conflict with the getline function from
    104     <application>glibc</application>.</para>
    105 
    106     <para><command>make LOCKINGTEST=/tmp install</command>: This prevents
    107     <command>make</command> from asking you where to test file-locking
    108     patterns.</para>
    109 
    110     <para><command>make install-suid</command>: Modifies permissions of
    111     the installed files.</para>
     120    <para>
     121      <command>sed -i 's/getline/get_line/' src/*.[ch]</command>: This renames
     122      procmail's getline function to avoid conflict with the getline function
     123      from <application>glibc</application>.
     124    </para>
     125
     126    <para>
     127      <command>make LOCKINGTEST=/tmp install</command>: This prevents
     128      <command>make</command> from asking you where to test file-locking
     129      patterns.
     130    </para>
     131
     132    <para>
     133      <command>make install-suid</command>: Modifies permissions of
     134      the installed files.
     135    </para>
    112136
    113137  </sect2>
     
    119143      <title>Config Files</title>
    120144
    121       <para><filename>/etc/procmailrc</filename> and
    122       <filename>~/.procmailrc</filename></para>
     145      <para>
     146        <filename>/etc/procmailrc</filename> and
     147        <filename>~/.procmailrc</filename>
     148      </para>
    123149
    124150      <indexterm zone="procmail procmail-config">
     
    135161      <title>Configuration Information</title>
    136162
    137       <para>Recipes have to be written and placed in
    138       <filename>~/.procmailrc</filename> for execution. The procmailex man
    139       page is the starting place to learn how to write recipes.
    140       For additional information, see also
    141       <ulink url="http://pm-doc.sourceforge.net/"/>.
     163      <para>
     164        Recipes have to be written and placed in
     165        <filename>~/.procmailrc</filename> for execution. The procmailex man
     166        page is the starting place to learn how to write recipes.
     167        For additional information, see also
     168        <ulink url="http://pm-doc.sourceforge.net/"/>.
    142169      </para>
    143170
     
    169196        <term><command>formail</command></term>
    170197        <listitem>
    171           <para>is a filter that can be used to format mail into mailbox format.</para>
     198          <para>
     199            is a filter that can be used to format mail into mailbox format.
     200          </para>
    172201          <indexterm zone="procmail formail">
    173202            <primary sortas="b-formail">formail</primary>
     
    179208        <term><command>lockfile</command></term>
    180209        <listitem>
    181           <para>is a utility that can lock a file for single use interactively or in a
    182           script.</para>
     210          <para>
     211            is a utility that can lock a file for single use interactively or
     212            in a script.
     213          </para>
    183214          <indexterm zone="procmail lockfile">
    184215            <primary sortas="b-lockfile">lockfile</primary>
     
    190221        <term><command>mailstat</command></term>
    191222        <listitem>
    192           <para>prints a summary report of mail that has been filtered by
    193           <command>procmail</command> since the last time <command>mailstat</command>
    194           was ran.</para>
     223          <para>
     224            prints a summary report of mail that has been filtered by
     225            <command>procmail</command> since the last time
     226            <command>mailstat</command> was ran.
     227          </para>
    195228          <indexterm zone="procmail mailstat">
    196229            <primary sortas="b-mailstat">mailstat</primary>
     
    202235        <term><command>procmail</command></term>
    203236        <listitem>
    204           <para>is an autonomous mail processor. It performs all the functions
    205           of an MDA (Mail Delivery Agent).</para>
     237          <para>
     238            is an autonomous mail processor. It performs all the functions
     239            of an MDA (Mail Delivery Agent).
     240          </para>
    206241          <indexterm zone="procmail procmail-prog">
    207242            <primary sortas="b-procmail">procmail</primary>
Note: See TracChangeset for help on using the changeset viewer.