
per at computer
Jun 28, 2011, 8:20 AM
Post #3 of 3
(149 views)
Permalink
|
|
Re: Delivering quarantined messages to original recipient
[In reply to]
|
|
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
|