File: forward.exim

package info (click to toggle)
devscripts 2.5.8.2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 488 kB
  • ctags: 58
  • sloc: sh: 1,422; perl: 1,033; makefile: 214
file content (17 lines) | stat: -rw-r--r-- 479 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Exim Filter
if $header_Resent-From: contains "debian-changes"
then
    save $home/mail/debian-changes
elif $header_Resent-From: contains "debian-devel-changes"
then
   save $home/mail/debian-devel-changes
elif $header_Resent-From: contains "debian-devel"
then
   save $home/mail/debian-devel
elif $header_Resent-From: contains "debian-private"
then
   save $home/mail/debian-private
elif $header_Resent-Reply-To: contains "debian-bug"
then
   save $home/mail/debian-bugs
endif