Aleksander,

Does the old qmHandle work at all on any QMT?

And, will the new qmHandle work on old QMT?

Eric


On 9/9/2015 12:48 AM, Aleksander Podsiadły wrote:
> Version 1.2.0-bovine of qmHandle from QTP not work with todo directory.
> After attack on my Apache server (encrypted PHPMailer) I had to remove
> thousands emails from the queue. There is newer version of qmHandle on
> sorceforge: http://sourceforge.net/projects/qmhandle/
>
> 8<-- qmHandle 1.3.2 patch for QTP
> --- qmHandle  2007-07-20 07:03:45.000000000 +0200
> +++ /opt/qmailtoaster-plus/bin/qmHandle       2015-09-08 16:08:10.000000000 
> +0200
> @@ -26,12 +26,12 @@
>  # ### Be sure to uncomment only ONE of each variable declarations ###
>  
>  # For instance, this is if you have DJB's daemontools
> -my ($stopqmail) = '/usr/local/bin/svc -d /service/qmail-deliver';
> -my ($startqmail) = '/usr/local/bin/svc -u /service/qmail-deliver';
> +#my ($stopqmail) = '/usr/local/bin/svc -d /service/qmail-deliver';
> +#my ($startqmail) = '/usr/local/bin/svc -u /service/qmail-deliver';
>  
>  # While this is if you have a Debian GNU/Linux with its qmail package
> -#my ($stopqmail) = '/etc/init.d/qmail stop';
> -#my ($startqmail) = '/etc/init.d/qmail start';
> +my ($stopqmail) = '/etc/init.d/qmail stop';
> +my ($startqmail) = '/etc/init.d/qmail start';
>  
>  # If you don't have scripts, leave $stopqmail blank (the process will
>  # be hunted and killed by qmHandle):
> @@ -828,7 +828,7 @@
>      print "  -mN      : display message number N\n";
>      print "  -dN      : delete message number N\n";
>      print "  -fsender : delete message from sender\n";
> -    print "  -f're'   : delete message from senders matching regular 
> expression re\n";
> +    print "  -F're'   : delete message from senders matching regular 
> expression re\n";
>      print "  -Stext   : delete all messages that have/contain text as 
> Subject\n";
>      print "  -h're'   : delete all messages with headers matching regular 
> expression re (case insensitive)\n";
>      print "  -b're'   : delete all messages with body matching regular 
> expression re (case insensitive)\n";
> 8<-- EOT
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to