blob: f51156ea7b182159c608b3bfc87178a03705b9d0 (
plain)
1
2
3
4
5
6
7
8
|
# Exim filter (user filter for test 444)
if error_message then finish endif
if foranyaddress $h_to: ($thisaddress matches "^(...)") then
pipe "DIR/aux-fixed/showenv $thisaddress $1"
endif
|