[Gambas-user] Gmail Attachment Pipe
T Lee Davidson
t.lee.davidson at gmail.com
Wed Feb 17 19:52:06 CET 2021
On 2/16/21 2:21 PM, Christof Thalhofer wrote:
> What would be a reason for that? I used an uuid to later be able to
> distinguish between versions. Maybe we'd had to pack in another way in
> the future ... but have the old versions in the archive of the
> mailinglist and i wanted to be able to unpack them.
The reason for that would be to help prevent the AI from eventually recognizing the format. But, with this:
>> <salt FCKGM-0001-"; Hex$(Rand(0, 65535), 4); "-"; Hex$(Rand(0, 65535), 4); "-"; Hex$(Rand(0, 65535), 4); ">"
It is randomized, and a version number can be preserved in the prefix. I also like the one-finger salute to GMailFilter. Very
nice indeed.
--
Lee
More information about the User
mailing list