summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7e7d52e)
raw | patch | inline | side by side (parent: 7e7d52e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 7 Oct 2009 09:04:41 +0000 (09:04 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 7 Oct 2009 09:04:41 +0000 (09:04 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14554 594d385d-05f5-0310-b6e9-bd551577e9d8
12 files changed:
diff --git a/gosa-plugins/mail/etc/mail/sieve-discard.txt b/gosa-plugins/mail/etc/mail/sieve-discard.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-# Do not deliver to own mailbox
-discard;
-
diff --git a/gosa-plugins/mail/etc/mail/sieve-header.txt b/gosa-plugins/mail/etc/mail/sieve-header.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-###GOSA
-require ["fileinto", "reject", "vacation"];
-
diff --git a/gosa-plugins/mail/etc/mail/sieve-mailsize.txt b/gosa-plugins/mail/etc/mail/sieve-mailsize.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-# Reject mails with bigger size
-if size :over {$maxsize}M{
- reject text:
-Dear sender,
-
-the mail you sent to our mailsystem has been rejected due
-to a user configured maximum mail size ($maxsize MB).
-
-Either ask the user to remove the sizelimit, or send smaller pieces.
-
-Thank you,
- the mailserver
-.
- ;
- discard;
-}
-
diff --git a/gosa-plugins/mail/etc/mail/sieve-spam.txt b/gosa-plugins/mail/etc/mail/sieve-spam.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-# Sort mails with higher spam level
-if header :contains "X-Spam-Level" "$spamlevel" {
- fileinto "$spambox";
-}
-
diff --git a/gosa-plugins/mail/etc/mail/sieve-vacation.txt b/gosa-plugins/mail/etc/mail/sieve-vacation.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-# Vacation message
-vacation :addresses [$addrlist]
-"$vacmsg" ;
-
diff --git a/gosa-plugins/mail/etc/mail/vacation_templates/vacation_example.txt b/gosa-plugins/mail/etc/mail/vacation_templates/vacation_example.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-DESC: Funny message
-I am currently out at a job interview and will reply to you if I fail
-to get the position. Be prepared for my mood. In urgent cases you can
-reach me on the cell phone via %mobile or write a snail mail to:
-
-%homePostalAddress
-
-Greetings,
-%givenName %sn
diff --git a/gosa-plugins/mail/etc/sieve-discard.txt b/gosa-plugins/mail/etc/sieve-discard.txt
--- /dev/null
@@ -0,0 +1,3 @@
+# Do not deliver to own mailbox
+discard;
+
diff --git a/gosa-plugins/mail/etc/sieve-header.txt b/gosa-plugins/mail/etc/sieve-header.txt
--- /dev/null
@@ -0,0 +1,3 @@
+###GOSA
+require ["fileinto", "reject", "vacation"];
+
diff --git a/gosa-plugins/mail/etc/sieve-mailsize.txt b/gosa-plugins/mail/etc/sieve-mailsize.txt
--- /dev/null
@@ -0,0 +1,17 @@
+# Reject mails with bigger size
+if size :over {$maxsize}M{
+ reject text:
+Dear sender,
+
+the mail you sent to our mailsystem has been rejected due
+to a user configured maximum mail size ($maxsize MB).
+
+Either ask the user to remove the sizelimit, or send smaller pieces.
+
+Thank you,
+ the mailserver
+.
+ ;
+ discard;
+}
+
diff --git a/gosa-plugins/mail/etc/sieve-spam.txt b/gosa-plugins/mail/etc/sieve-spam.txt
--- /dev/null
@@ -0,0 +1,5 @@
+# Sort mails with higher spam level
+if header :contains "X-Spam-Level" "$spamlevel" {
+ fileinto "$spambox";
+}
+
diff --git a/gosa-plugins/mail/etc/sieve-vacation.txt b/gosa-plugins/mail/etc/sieve-vacation.txt
--- /dev/null
@@ -0,0 +1,4 @@
+# Vacation message
+vacation :addresses [$addrlist]
+"$vacmsg" ;
+
diff --git a/gosa-plugins/mail/etc/vacation/vacation_example.txt b/gosa-plugins/mail/etc/vacation/vacation_example.txt
--- /dev/null
@@ -0,0 +1,9 @@
+DESC: Funny message
+I am currently out at a job interview and will reply to you if I fail
+to get the position. Be prepared for my mood. In urgent cases you can
+reach me on the cell phone via %mobile or write a snail mail to:
+
+%homePostalAddress
+
+Greetings,
+%givenName %sn