- s/it's/its
- Add some colons where needed
This commit is contained in:
parent
048f08f9dc
commit
0761baba48
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20655
1 changed files with 3 additions and 3 deletions
|
@ -2245,21 +2245,21 @@ user "john", with password "XXXXX", is "myth" here;</programlisting>
|
|||
! goodmail@example2.com</programlisting>
|
||||
|
||||
<para>Send all mail sent to <literal>alternate@example.com</literal>
|
||||
into a mailbox called <filename>alternate</filename>.</para>
|
||||
into a mailbox called <filename>alternate</filename>:</para>
|
||||
|
||||
<programlisting>:0
|
||||
* ^TOalternate@example.com
|
||||
alternate</programlisting>
|
||||
|
||||
<para>Send all mail with a subject of <quote>Spam</quote> to
|
||||
<filename>/dev/null</filename>.</para>
|
||||
<filename>/dev/null</filename>:</para>
|
||||
|
||||
<programlisting>:0
|
||||
^Subject:.*Spam
|
||||
/dev/null</programlisting>
|
||||
|
||||
<para>A useful recipe that parses incoming <hostid role="domainname">&os;.org</hostid> mailing lists
|
||||
and places each list in it's own mailbox.</para>
|
||||
and places each list in its own mailbox:</para>
|
||||
|
||||
<programlisting>:0
|
||||
* ^Sender:.owner-freebsd-\/[^@]+@FreeBSD.ORG
|
||||
|
|
Loading…
Reference in a new issue