Hi,
you can do that with replacement with option "Search in message append to subject" enabled.
Make sure your "Message" selector includes the date in the message text (after leeching the date is inside).
Add this replacement in "REPLACEMENTS" -> "Subject" tab ->
Search for:
Code:
(\w+ [0-9]{1,2}, [0-9]{4})
Replace with:
Code:
$1 -
Enable regex search.
Enable "Search in message append to subject" -> "at start".
After adding assign that replacement only for that website in "WEBSITES" -> select that site -> "Replacements" tab -> "Subject".
This will make it like this:
Code:
January 10, 2025 - Alexa Nova in Interracial Pass
You can re-arrange it by adding one more replacement (add as second it be applied after the first, regex replacement, without that special option enabled):
Search for:
Code:
^(\w+) ([0-9]{1,2}), ([0-9]{4})
Replace with:
Code:
$3.$1.$2
Enable regex search.
Assign to that site as well.
This will make:
Code:
2025.January.10 - Alexa Nova in Interracial Pass
And for months you would need to add twelve simple replacements (not regex) to just replace words January with 01, February with 02, etc.
Attaching screenshot how they should look (just without all the months). And you need to assign them for that website.