[Mimedefang] How to filter base64 subject

David F. Skoll dfs at roaringpenguin.com
Mon Mar 29 18:31:55 EST 2004


On Mon, 29 Mar 2004 scuba at centroin.com.br wrote:

> 	How can I filter (content based) subject encoded in base64 like
> this:

> =?iso-8859-1?b?VmlhQGdyYSwgU29tYSwgUGhlbnRlcm1pbmUsIExldmkhdHJhLCBBbWJpZW4sIExPV0VTVCBDb3N0IEV2ZXIh?=

You can decode with:

	$decoded = decode_mimewords($Subject);

Regards,

David.



More information about the MIMEDefang mailing list