You are not logged in.
Pages: 1
Hi,
I use renamer to rename Outlook emails in the format of date/sender/subject and it's worked perfectly. Now I have a issue that the email address format in renamer has changed and now I get the results below instead of the senders name. Any reason for this? Let me know if I need to provide any additional information but I'm hoping it's only a small issue,
Regards.
2015-02-26 11-43-41 - /OEXCHANGELABS/OUEXCHANGE ADMINISTRATIVE GROUP (FYDI********PDLT)/CNRECIPIENTS/CNB35480B82185410280**********62A8-SenderName - FW message.msg
Offline
Which version of ReNamer are you using? Did it work differently in previous versions?
So far it looks like it is caused purely by the switch over to Office 365 (as mentioned in your email).
You can use a Replace or a RegEx rule to strip away not needed parts. If you provide few more examples then we can help you establish a generic pattern that works for them all.
Offline
Renamer works perfectly when renaming emails that we received but when we try and use the program to rename sent emails that's where the problem arises. I think it is a result of the Office 365 switchover. We had the problem on a previous version of Renamer and I updated to 6.1 and the problem still exists. I have attached an example below.
Offline
Please provide several examples of raw content from Outlook_Sender meta tags. This is needed to establish a common pattern which can then be converted to a RegEx rule for automatically removing not needed parts.
Take several emails and replace entire file name with Outlook_Sender meta tag. Post the new names here as plain text.
If its a sensitive content, you can send them in an email.
Offline
Add a RegEx rule, immediately after the rule that inserts Outlook_Sender meta tag:
* RegEx: Replace expression "/O=.*/CN=[^\-]+\-" with "" (skip extension)
It converts patterns like these:
/O=EXCHANGELABS/OU=EXCHANGE ADMINISTRATIVE GROUP (FYDIBOHF23SPDLT)/CN=RECIPIENTS/CN=B35480B821854102809647229F8A62A8-MWELDON
/o=ExchangeLabs/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=7d448145f0104aafb649e5238774a6dc-mail
In to:
MWELDON
mail
Offline
Pages: 1