The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
SHELL=/bin/sh
SCANNER=$HOME/bin/scanvirus.pl
LOGFILE=$HOME/.procmail_log

:0
* ^Content-Type.*(application|multipart)
{
	:0 HB
	* !? ${SCANNER} 1
	/dev/null
}