[Mimedefang] Problem with quarantine.pl

Satya Prasad D.V spdkonda at intoto.com
Thu Jul 22 04:56:06 EDT 2004


Thaks for the info. I will try modifying the script to add a custom header 
and stop filtering for this header.

--
Satya Prasad
At 08:16 PM 7/21/2004, Paul Murphy wrote:


>For send_partial, adding a header is relatively simple, by using MIME::Lite's
>"add" method, but send_entire subroutine uses Net::SMTP because all of the
>necessary information is already in the message array, so you'd have to 
>manually
>process the @msg array to insert a header or change the subject line.
>
>In either case, you'll have to partially re-write the script to achieve 
>what you
>want, and then work out a way to generate a flag which can't be discovered and
>spoofed by your users, such as having a database of MsgID/flag pairs which is
>added to when a message is quarantined, and from which quarantine.pl can pull
>the flag to add before releasing the message.  If the database is only 
>available
>to the defang user, it would be relatively secure.



More information about the MIMEDefang mailing list