]> git.pld-linux.org Git - packages/mailgraph.git/commitdiff
This commit was manufactured by cvs2git to create branch 'RA-branch'.
authorcvs2git <feedback@pld-linux.org>
Wed, 19 May 2004 12:41:58 +0000 (12:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Cherrypick from master 2004-05-19 12:41:58 UTC Paweł Gołaszewski <blues@pld-linux.org> '- uncomment configuration':
    mailgraph-postfix_rbl.patch -> 1.1
    mailgraph.conf -> 1.5

mailgraph-postfix_rbl.patch [new file with mode: 0644]
mailgraph.conf [new file with mode: 0644]

diff --git a/mailgraph-postfix_rbl.patch b/mailgraph-postfix_rbl.patch
new file mode 100644 (file)
index 0000000..bba7c9e
--- /dev/null
@@ -0,0 +1,12 @@
+--- mailgraph.orig/mailgraph.pl        Wed Jan 28 10:49:33 2004
++++ mailgraph/mailgraph.pl     Wed Jan 28 10:49:22 2004
+@@ -426,6 +426,9 @@
+                                       $client =~ /\[127\.0\.0\.1\]$/;
+                               event($time, 'received');
+                       }
++                      elsif($text =~ /\bblocked\b/) {
++                              event($time, 'spam');
++                      }
+                       elsif($text =~ /^(?:[0-9A-F]+: |NOQUEUE: )?reject: /) {
+                               event($time, 'rejected');
+                       }
diff --git a/mailgraph.conf b/mailgraph.conf
new file mode 100644 (file)
index 0000000..154497c
--- /dev/null
@@ -0,0 +1,23 @@
+########
+# Uncomment below line or define other mapping /usr/share/mailgraph to
+# server URL:
+########
+Alias /mailgraph /usr/share/mailgraph
+
+########
+# Tempate configuration for mailgraph mapping:
+# - specify is in /usr/share/mailgraph CGI scripts
+#   and allow execute this.
+########
+<Directory /usr/share/mailgraph>
+#      for execute CGI files
+       Options ExecCGI
+       AddHandler cgi-script .cgi
+
+       AllowOverride AuthConfig Limit
+
+#      setting expiration pngfiles
+#      make sure if Expires mod is enabled
+       ExpiresActive On
+       ExpiresByType image/png M5
+</Directory>
This page took 0.09441 seconds and 4 git commands to generate.