In_Maine wrote: > > Hello, > Been trying to figure this one out for quite a while. > We don't get many false positives, but when we do, i would like to be > able to send the message on its way to the original intended > recipient. Is there a convenient way to do this?
Extract original sender and recipients from message. Then resend: sendmail <emailfile -oi -f <sender> <recipients> If all intended recipients are listed as to: or cc:, sendmail <emailfile -oi -f <sender> -t /Per Jessen, Zürich