summaryrefslogtreecommitdiffstats
path: root/maildrop/maildropfilter.sgml
diff options
context:
space:
mode:
authorTom Ryder2018-03-03 18:04:14 +1300
committerSam Varshavchik2018-03-06 22:54:36 -0500
commita6074e9074e02423f879d2d8bf923ca815cee760 (patch)
tree7613364baf594cb302435a874bb90c2444a5d691 /maildrop/maildropfilter.sgml
parentc6c18e6142360a30cc11bfe29ac8b762e99a2104 (diff)
downloadcourier-libs-a6074e9074e02423f879d2d8bf923ca815cee760.tar.bz2
PATCH: Remove irrelevant code from maildropfilter example
The four lines removed here appear verbatim in a block under the "Environment" heading, but appear to be redundant here. This is perhaps a copy-paste error.
Diffstat (limited to 'maildrop/maildropfilter.sgml')
-rw-r--r--maildrop/maildropfilter.sgml4
1 files changed, 0 insertions, 4 deletions
diff --git a/maildrop/maildropfilter.sgml b/maildrop/maildropfilter.sgml
index 7609eef..8557f41 100644
--- a/maildrop/maildropfilter.sgml
+++ b/maildrop/maildropfilter.sgml
@@ -209,10 +209,6 @@ DEFAULT=$SAVEDEFAULT
<informalexample>
<programlisting>
FOOBAR="Foo"'bar'
-SAVEDEFAULT=$DEFAULT
-import DEFAULT
-LOCALDEFAULT=$DEFAULT
-DEFAULT=$SAVEDEFAULT
</programlisting>
</informalexample>
</blockquote>