~launchpad-pqm/launchpad/devel

1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
1
<configure
2
    xmlns="http://namespaces.zope.org/zope"
3
    xmlns:mail="http://namespaces.zope.org/mail"
4
    i18n_domain="zope">
5
6061.3.1 by Curtis Hovey
Made the minimum changes to to code and ZCML to make python2.4 -Wi::DeprecationWarning utilities/shhh.py make -C sourcecode build PYTHON=python2.4 -Wi::DeprecationWarning \
6
    <include package="zope.sendmail"/>
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
7
8
    <mail:stubMailer 
1716.1.180 by Christian Reis
Undoing crackful portion of last commit
9
        name="stub" from_addr="root@localhost" to_addr="root@localhost"
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
10
        />
11
12
    <!-- Production should use this in its 
13
        override-includes/mail-configure.zcml
14
15
    <mail:queuedDelivery permission="zope.SendMail"
16
        queuePath="/var/tmp/launchpad_mailqueue" mailer="sendmail" />
17
    -->
18
19
    <!-- Development configuration to avoid spamming innocent people -->
20
    <mail:queuedDelivery name="Mail" permission="zope.SendMail"
21
        queuePath="/var/tmp/launchpad_mailqueue" mailer="stub" />
22
23
</configure>