mhonarc-dev

[approved] [bug #12802] SubjectStripCode not working on message file

2005-04-25 17:07:01

URL:
  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=12802>

                 Summary: SubjectStripCode not working on message file
                 Project: MHonArc
            Submitted by: penf
            Submitted on: Mon 04/25/2005 at 14:14
                Category: None
                Severity: 3 - Normal
              Item Group: Incorrect Behavior
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
        Platform Version: All
            Perl Version: 5.8.4
       Component Version: 2.6.10
           Fixed Release: 

    _______________________________________________________

Details:


SubjectStripCode is not applied to subject strings stored in the message
itself. It is applied to the subject string stored in mhonarc.db, so it is
also applied to any subject links FROM the message, just not the subject of
the message itself.

In mhamain.pl:

from:
        $sub = subject_strip($sub)  if $SubStripCode;

to:
        $fields->{'subject'} = $sub = subject_strip($sub)  if $SubStripCode;








    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=12802>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV

<Prev in Thread] Current Thread [Next in Thread>