Forum Moderators: open
I just forwarded a bunch of messages to my email from my StickyMail inbox, before it blows up! The result in my email inbox looks like this :
From______________________Subject
WebmasterWorld____________Forwarded email from WebmasterWorld.com
WebmasterWorld____________Forwarded email from WebmasterWorld.com
WebmasterWorld____________Forwarded email from WebmasterWorld.com
WebmasterWorld____________Forwarded email from WebmasterWorld.com
WebmasterWorld____________Forwarded email from WebmasterWorld.com
WebmasterWorld____________Forwarded email from WebmasterWorld.com
For hundreds of messages in a row....
Not easy to find who sent me what about wich topic in this maze...
I am no PERL monk, so Is it feasible to transfer Username in the "From" field and the real subject in the "Subject" fiels uppon forwarding StickyMail to email? That woul be greatly appreciated.
Thanks.
Updating it is feasible, but requires some major sub routine code rewrite. At the point that the email is sent and the subject line set, the subroutine no longer knows the from or subject of the original email. So, I'd have to back up and figure out a way to remember that.
I feel they need something in there that alerts users that they are Forwarded messages. They should also include the site name. That way, people can filter on the site name into folders.
Which one would you prefer for a stickymail with the subject "Macs On Parade in Boston":
-----
Forward : Macs On Parade in Boston
Forwarded From WebmasterWorld : Macs On Parade in Boston
StickyMail From WebmasterWorld : Macs On Parade in Boston
-----
Or something else? I feel the sitename must be in there, and there should be something that says it is a forward. Suddenly, that becomes a character length problem (should be under 80 chars absolute maximum to meet standard. (with "Subject: "
I did put in a X-Foo line in the header:
X-Foo: Forwarded mail from WebmasterWorld
That would allow your email client to filter on that. I also put in a
X-StickyMailFolder: outbox
Where "outbox" is the folder that the stickymessages come from. (not applicable if you choose "all one message".
Imagine a year or two from now when every BBS forum on the net is running this software ;-) and you have forwarded email coming in from multiple sites.
Thank you very much. It is a great improvement. I just tried it and I like it.
>>That way, people can filter on the site name into folders
Very good idea!
The best thing would be to also add user name to WebmasterWorld in the "From :" field. Such as :
WebmasterWorld : Brett_Tabke Forward : Macs On Parade in Boston
This way all forwarded messages could be sorted by username.
>>Imagine a year or two from now when every BBS forum on the net is running this software
So, when do you plan to give it away? ;)
Thanks again Brett.