Closed (fixed)
Project:
Mailhandler
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jan 2009 at 05:59 UTC
Updated:
25 Feb 2010 at 19:50 UTC
I wasn't sure if this was a bug or not, so I listed it as a feature request. Currently, if I receive an email that doesn't have a subject, it turns into a node without a title. This creates problems, as anything that lists the title comes up blank. Even in the main content list, it's impossible to view the content without hitting edit, and then done.
It seems to me that there should be an if statement to check if the subject is blank, and if it is then make it "No Subject" or "None". Something needs to be there.
Comments
Comment #1
davidneedhamIt's almost been a year. Is this still happening? Anyone fix this?
Comment #2
Ian Ward commentedChanging to bug for review
Comment #3
Ian Ward commentedThanks for reporting. I committed a fix. When no subject is provided a subject based on the node body will now be used, much like the comment module.