~launchpad-pqm/launchpad/devel

8687.15.30 by Karl Fogel
Add the license header block to all .zcml files.
1
<!-- Copyright 2009 Canonical Ltd.  This software is licensed under the
2
     GNU Affero General Public License version 3 (see the file LICENSE).
3
-->
4
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
5
<configure
6
    xmlns="http://namespaces.zope.org/zope"
7
    xmlns:mail="http://namespaces.zope.org/mail"
8
    i18n_domain="zope">
9
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 \
10
    <include package="zope.sendmail"/>
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
11
12
    <mail:stubMailer 
1716.1.180 by Christian Reis
Undoing crackful portion of last commit
13
        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
14
        />
15
16
    <!-- Production should use this in its 
17
        override-includes/mail-configure.zcml
18
19
    <mail:queuedDelivery permission="zope.SendMail"
20
        queuePath="/var/tmp/launchpad_mailqueue" mailer="sendmail" />
21
    -->
22
23
    <!-- Development configuration to avoid spamming innocent people -->
24
    <mail:queuedDelivery name="Mail" permission="zope.SendMail"
25
        queuePath="/var/tmp/launchpad_mailqueue" mailer="stub" />
26
27
</configure>