<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://openwall.info/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://openwall.info/wiki/feed.php">
        <title>Openwall Community Wiki internal:email</title>
        <description></description>
        <link>https://openwall.info/wiki/</link>
        <image rdf:resource="https://openwall.info/wiki/lib/tpl/local/images/favicon.ico" />
       <dc:date>2026-05-05T13:07:02+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://openwall.info/wiki/internal/email/ezmlm-idx?rev=1215434414&amp;do=diff"/>
                <rdf:li rdf:resource="https://openwall.info/wiki/internal/email/muttrc?rev=1282134459&amp;do=diff"/>
                <rdf:li rdf:resource="https://openwall.info/wiki/internal/email/qmail-procmail?rev=1256164937&amp;do=diff"/>
                <rdf:li rdf:resource="https://openwall.info/wiki/internal/email/qmail?rev=1221862599&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://openwall.info/wiki/lib/tpl/local/images/favicon.ico">
        <title>Openwall Community Wiki</title>
        <link>https://openwall.info/wiki/</link>
        <url>https://openwall.info/wiki/lib/tpl/local/images/favicon.ico</url>
    </image>
    <item rdf:about="https://openwall.info/wiki/internal/email/ezmlm-idx?rev=1215434414&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-07-07T14:40:14+02:00</dc:date>
        <title>ezmlm-idx mailing list manager - tips &amp; tricks</title>
        <link>https://openwall.info/wiki/internal/email/ezmlm-idx?rev=1215434414&amp;do=diff</link>
        <description>Converting the archive to mbox format

This is a quick hack, but it works:
for i in LIST/archive/{[0-9],[1-9][0-9]}; do for j in $i/[0-9]*; do sed &quot;1s/^Return-Path: &lt;\(.*\)&gt;$/From \1 `find $i -maxdepth 1 -path $j -printf %t`/&quot; $j; echo; done; done &gt; LIST.mbox
where LIST is the name of the mailing list (and thus of its directory).</description>
    </item>
    <item rdf:about="https://openwall.info/wiki/internal/email/muttrc?rev=1282134459&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-08-18T14:27:39+02:00</dc:date>
        <title>Mutt settings (.muttrc)</title>
        <link>https://openwall.info/wiki/internal/email/muttrc?rev=1282134459&amp;do=diff</link>
        <description>Most of these settings are tested with Mutt 1.4 (specifically, 1.4.2.3 as included in Owl at the time of this writing):


# Make Mutt use us-ascii when the content is all 7-bit, otherwise use koi8-r
set charset=&quot;koi8-r&quot;
set send_charset=&quot;us-ascii:koi8-r&quot;

# When viewing and replying to messages that use windows-1251, make Mutt recode
# them to koi8-r
charset-hook windows-1251 cp1251

# Mutt will save received &amp; sent messages here
set mbox=&quot;~/Mail/received&quot;
set record=&quot;~/Mail/sent&quot;

# Disable sor…</description>
    </item>
    <item rdf:about="https://openwall.info/wiki/internal/email/qmail-procmail?rev=1256164937&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-22T00:42:17+02:00</dc:date>
        <title>Qmail + Procmail Mini HowTo</title>
        <link>https://openwall.info/wiki/internal/email/qmail-procmail?rev=1256164937&amp;do=diff</link>
        <description>First of all, we need a small wrapper script to convert procmail's exit codes to ones understood by Qmail:


#!/bin/sh
/var/qmail/bin/preline /usr/bin/procmail &amp;&amp; exit 0

# check if procmail returned EX_TEMPFAIL (75)
[ $? -eq 75 ] &amp;&amp; exit 111

# do we want to discard the message?
[ $? -eq 99 ] &amp;&amp; exit 99

# otherwise return a permanent error
exit 100</description>
    </item>
    <item rdf:about="https://openwall.info/wiki/internal/email/qmail?rev=1221862599&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-09-20T00:16:39+02:00</dc:date>
        <title>Running qmail-smtpd with chkuser via xinetd</title>
        <link>https://openwall.info/wiki/internal/email/qmail?rev=1221862599&amp;do=diff</link>
        <description>When qmail-smtpd is enhanced with the chkuser patch (which is almost mandatory these days), as well as possibly in some other cases, it sends its logging messages to stderr.  This assumes a typical setup with tcpserver (another tool by DJB, the author of qmail) and splogger (a part of qmail), such as:</description>
    </item>
</rdf:RDF>
