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
- 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+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 895
- Created
- Wednesday 04 October, 2006 14:27:13 UTC
by Unknown - LastModif
- Tuesday 12 June, 2007 13:48:08 UTC