mhonarc-users

Re: rmm message-id

2000-04-09 21:00:59
On April 6, 2000 at 15:28, Aumont - Comite Reseaux des Universites wrote:

We have integrated mhonarc in Sympa mailing list manager
http://www.sympa.org. Will doing this we have some troubles with
removing messages using -rmm <message id>. While deleting there
isn't any warning so the message-id is correct, but the message
is NOT deleted.

This is a bug.  Attached is a patch to mhrmm.pl of MHonArc
v2.4.5 that fixes the problem:

*** mhrmm.pl.org        Sun Apr  9 18:16:35 2000
--- mhrmm.pl    Sun Apr  9 18:14:03 2000
***************
*** 70,76 ****
  
      ## Remove messages
      foreach $num (@numbers) {
!       if (($key = $Num2Index{$num}) || $MsgId{$num}) {
            &delmsg($key);
  
            # Need to flag messages that link to deleted message so
--- 70,76 ----
  
      ## Remove messages
      foreach $num (@numbers) {
!       if (($key = $Num2Index{$num}) || ($key = $MsgId{$num})) {
            &delmsg($key);
  
            # Need to flag messages that link to deleted message so
<Prev in Thread] Current Thread [Next in Thread>
  • rmm message-id, Aumont - Comite Reseaux des Universites
    • Re: rmm message-id, Earl Hood <=