require "copy";
if header :contains "Subject" "foo" {
  redirect :copy "other@example.net";
}
