blob: e6990e63034fcb913e36f334ce1a9b73ee9d3e9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@seichter.de</email>
<name>Ralph Seichter</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<maintainer type="project">
<email>net-mail@gentoo.org</email>
<name>Net-Mail</name>
</maintainer>
<longdescription>
milter-regex is a very simple milter-based plugin that rejects or
discards messages matching regular expressions. It doesn't add much
processing overhead, so even a busy mail server can afford to run it.
</longdescription>
<upstream>
<doc>https://www.benzedrine.ch/milter-regex.html</doc>
</upstream>
</pkgmetadata>
|