summaryrefslogtreecommitdiffstats
path: root/examples/forward.exim
blob: 8c42c76ea79472eb058a05b56a0d8c848a068d6d (plain)
1
2
3
4
5
6
# Exim Filter  <<== do not edit or remove this line!
# Assortment of debian lists
if $header_resent-sender: matches "debian-(.*)-request@"
then
    save $home/mail/debian-$1
endif