Loading...
 
Skip to main content

Forwarded messages to a mail-in forum are prefixed with "FW: "

Status
Pending
Subject
Forwarded messages to a mail-in forum are prefixed with "FW: "
Version
1.9.x
Category
  • Error
Feature
Forum
Mail-in
Submitted by
walls1500
Volunteered to solve
walls1500
Rating
(0)
Description
When forwarding messages to a pop "mail-in" account, the forum title is prefixed with "FW: "
Solution

In lib/commentslib.php/Comments::process_inbound_mail()

$title = trim(
preg_replace( "/rReE:/", "",
preg_replace( "/fFwW:/", "", // <----- Add Me
preg_replace( "/\[-A-Za-z _:]*\]/", "",
$output'header''subject'
)
)
) // <-- Add Me
);

Importance
1 low
Priority
5
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
895
Created
Wednesday 04 October, 2006 14:27:13 UTC
by Unknown
LastModif
Tuesday 12 June, 2007 13:48:08 UTC


Show PHP error messages