.hgignore
author martin f. krafft <madduck@madduck.net>
Wed, 11 Apr 2012 16:23:27 +0200
branchv0.6.x
changeset 518 5ec2068d02af
parent 499 23d04d1f29e8
child 541 a582f1452bc0
permissions -rw-r--r--
Enable interpolation of alias destinations This patch modifies the virtual_alias_maps function so that the destination address is parsed for the place holders %n, %d and %=, which are replaced with the localpart, the domain or the full address with '@' replaced by '=' of the queried key. In combination with alias domains, this allows for domain-specific recipients. E.g. given example.org and its alias domain example.com, defining an alias postmaster@example.org → postmaster+%d@example.org will cause mail to postmaster@example.*com* to go to postmaster+example.*com*@example.org.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
101
0ab6f74aa165 .hgignore: added to repository
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
     1
# use glob syntax.
0ab6f74aa165 .hgignore: added to repository
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
     2
syntax: glob
0ab6f74aa165 .hgignore: added to repository
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
     3
129
4ffb50de00d5 Updated translation.
Pascal Volk <neverseen@users.sourceforge.net>
parents: 101
diff changeset
     4
*~
101
0ab6f74aa165 .hgignore: added to repository
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
     5
*.py?
0ab6f74aa165 .hgignore: added to repository
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
     6
.*.swp
0ab6f74aa165 .hgignore: added to repository
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
     7
.swp
210
3ddb735ec9d2 Added 'doc/build' to the ignored files.
Pascal Volk <neverseen@users.sourceforge.net>
parents: 129
diff changeset
     8
doc/build
494
2c5e2613eca8 Instruct mercurial to ignore build directory
martin f. krafft <madduck@madduck.net>
parents: 210
diff changeset
     9
build
495
612a60e9d558 Ignore build files related to Debian packaging
martin f. krafft <madduck@madduck.net>
parents: 494
diff changeset
    10
debian/vmm
498
419c929739fd Ignore more Debian-build-related files
martin f. krafft <madduck@madduck.net>
parents: 495
diff changeset
    11
debian/*.log
419c929739fd Ignore more Debian-build-related files
martin f. krafft <madduck@madduck.net>
parents: 495
diff changeset
    12
debian/*.debhelper
499
23d04d1f29e8 Ignore even more Debian-build-related files
martin f. krafft <madduck@madduck.net>
parents: 498
diff changeset
    13
debian/files
23d04d1f29e8 Ignore even more Debian-build-related files
martin f. krafft <madduck@madduck.net>
parents: 498
diff changeset
    14
debian/*substvars
495
612a60e9d558 Ignore build files related to Debian packaging
martin f. krafft <madduck@madduck.net>
parents: 494
diff changeset
    15
.pc