HTML disarm method

Shawn Iverson shawniverson at summitgrid.com
Sat Aug 14 10:54:19 UTC 2021


>>
>> 3. How do I access the content of the email itself, many of the .pm 
>> file are focus more to header part , was this correct "$message"? or 
>> I need to point to something? Any place where I can refer for all 
>> this information?
>>
>> Thanks
>>
> Again, take look at the sample CustomAction.pm above, specifically the 
> CustomAction sub.
>
>
Also take a look at Message.pm for subroutines that access the and 
modify the message itself. The message content is typically not stored 
in memory but rather on disk and will need parsed and written back.


More information about the MailScanner mailing list