[Mimedefang] Migrate to production 
    David F. Skoll 
    dfs at roaringpenguin.com
       
    Tue Feb 26 18:39:07 EST 2002
    
    
  
On Wed, 27 Feb 2002, Tony Nugent wrote:
> Is there any way (probably not with defang) to "re-inject" a
> quarantined message into sendmail without leaving any sign that
> anything has happened?  (ie, it gets sent on exactly was it would
> have if it was let through).
Well, if you're in a quarantine directory, something along these
lines *almost* works.  It needs tweaking to handle <> characters in
addresses:
sendmail -f`cat SENDER` `cat RECIPIENTS` < ENTIRE_MESSAGE
You can still tell it's been resent from the Received: header lines, though.
--
David.
    
    
More information about the MIMEDefang
mailing list