<div dir="ltr">I have this filter that used to work with 2.86, but now it fails:<br><br>Oct  7 15:30:28 l-ns4 mimedefang-multiplexor[17447]: 297CTpBA019673: Worker 0 stderr: Undefined subroutine &Mail::MIMEDefang::Actions::takeStabAtFile<br>Oct  7 15:30:28 l-ns4 mimedefang-multiplexor[17447]: 297CTpBA019673: Worker 0 stderr: name called at /usr/share/perl5/vendor_perl/Mail/MIMEDefang/Act<br>Oct  7 15:30:28 l-ns4 mimedefang-multiplexor[17447]: 297CTpBA019673: Worker 0 stderr: <a href="http://ions.pm">ions.pm</a> line 1065.<br><div><br>Here is the filter:<br><br><font face="monospace">sub filter ($$$$) {<br>  my($entity, $fname, $ext, $type ) = @_;<br>               if (defined($fname)) {<br>                        $size = (stat($entity->bodyhandle->path))[7];<br>                   if ($size > 10240000) {<br>            return action_replace_with_url($entity,<br>               "/var/spool/MIMEDefang_Captured_Files",<br>             "<a href="https://www.xxxx.fi/Captured_Files">https://www.xxxx.fi/Captured_Files</a>",<br>                ($fname? "The attachment \"$fname\"" : "Attachment").<br>              " was larger than 10 MB.\n" .<br>                  "It was removed by the xxxx mail gateway, but may be accessed at this URL:\n\n" .<br>          "_URL_",<br>    $fname # extra data to save<br>   );<br></font><br>Not sure how to fix this?<br><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div dir="ltr"><span style="color:rgb(34,34,34)">Tony Lindström - IS Systems Engineer - Trimble Solutions</span><br style="color:rgb(34,34,34)"><span style="color:rgb(34,34,34)">Hatsinanpuisto 8 - 02600 Espoo - Finland</span><br style="color:rgb(34,34,34)"><a href="http://www.trimble.com/" target="_blank">http://www.trimble.com</a><span style="color:rgb(34,34,34)"> - 358-40-7620768</span><br></div></div></div></div>