Closed (outdated)
Project:
Support Ticketing System
Version:
7.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
12 May 2012 at 09:39 UTC
Updated:
31 Mar 2023 at 05:18 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
sinasalek commentedSame here, i'm importing many old email into the ticket system however their create time is current time and that cause trouble. Also if for any reason support can't fetch mail for a while and then it does all ticket time will become incorrect. support team may think that they answered the ticket within the expected time but there actually late for more than a day
Comment #2
sinasalek commentedHere is the patch, I've also added new option to settings page, it's disabled by difficult , but personally i think it should be on by default since i think it's very important for support staff to know when the email has actually been sent rather than when it's been fetched.
If support can't understand the date format of the mail it register an error log and uses the current time.
admin/support/settings : "Use mails send time for tickets and tickets's comments"
Comment #3
sinasalek commentedPatch is against 7.x-1.0-rc1
Comment #4
jeremy commentedThe reason the module currently doesn't respect the mail header is because the mail header is set by the mail client's clock, and there's no guarantee this is accurate; it is often far in the future or far in the past. That said, you've implemented this as optional, so it's quite likely I'll merge -- I'll review closer shortly.
Comment #5
purencool commented