Re: [qmailtoaster] qmHandle patched issue

2019-03-26 Thread Eric Broch
Thanks. On 3/26/2019 4:21 PM, xaf wrote: Hi, Try to delete message from x...@xxx.xxx qmHandle -tf 'x...@xxx.xxx' Message matching "From: -tf" not found in the queue! qmHandle:79-82 $arg =~ /^-t(.)/ and do { push @actions, "('$1', '$ARGV[0]')";   shift @ARGV;

[qmailtoaster] qmHandle patched issue

2019-03-26 Thread xaf
Hi, Try to delete message from x...@xxx.xxx qmHandle -tf 'x...@xxx.xxx' Message matching "From: -tf" not found in the queue! qmHandle:79-82 $arg =~ /^-t(.)/ and do { push @actions, "('$1', '$ARGV[0]')";   shift @ARGV;   last SWITCH;