/[webwml]/packages/mail/dot.forward-default
ViewVC logotype

Contents of /packages/mail/dot.forward-default

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Wed Nov 9 08:34:12 2005 UTC (7 years, 6 months ago) by djpig
Branch: MAIN
CVS Tags: merge_to_experimental-20051110, HEAD
Branch point for: experimental
Disable .forward-default file since exim handles this on his own now
1 # Exim Filter
2 # /org/packages.debian.org/mail/.forward-default
3
4 # This filter looks up the package name in the maintainer database, if it is
5 # not found then a bounce message is generated. Although the docs say you
6 # can put spaces in the $lookup stuff you can't, don't try it.
7 if ${lookup{${local_part}}lsearch{/org/packages.debian.org/files/maintainerdb}{$value}{unknown}} is "unknown"
8 then
9 save /dev/null
10 else
11 seen deliver ${lookup{${local_part}}partial-lsearch{/org/packages.debian.org/files/maintainerdb}{$value}}
12 endif
13

  ViewVC Help
Powered by ViewVC 1.1.5