Can Migrator for Notes to Exchange (MNE) skip encrypted messages altogether?
Option to skip encrypted messages altogether: The Data Migration Wizard and SSDM now offer the option of skipping (not migrating) entire encrypted messages, for server data and/or archive data, when the program is configured to skip the encrypted portions of messages (by MigrateEncryptedMessages=0, an existing program parameter). This new feature is controlled by a boolean program parameter in the [ServerData] and [ArchiveData] sections of NME's Global Defaults and Task Parameters (for the Data Migration Wizard) and notesdtapp.ini (for the SSDM):
[ServerData]
SkipEntireEncryptedMessage=<#>
[ArchiveData]
SkipEntireEncryptedMessage=<#>
The feature is enabled/disabled independently for [ServerData] and [ArchiveData], and for either or both of the Data Migration Wizard and SSDM.
This new parameter is relevant only if MigrateEncryptedMessages=0, which tells the program to discard (not migrate) any encrypted portions of a message, but to deliver the unencrypted portions. If MigrateEncryptedMessages=0 and SkipEntireEncryptedMessage=1, the program will skip the entire message. If MigrateEncryptedMessages=0 and SkipEntireEncryptedMessage=0, the program will permit the migration of the unencrypted portions only. If MigrateEncryptedMessages=1, the SSDM will migrate the entire message, rendering the new SkipEntireEncryptedMessage=<#> irrelevant. This table summarizes how the two parameters interact:
MigrateEncryptedMessages=1
Migrate entire encrypted message, including encrypted parts. [SkipEntireEncryptedMessage=<#> parameter is ignored]
MigrateEncryptedMessages=0
SkipEntireEncryptedMessage=0
=
Do not migrate encrypted parts of a message ...
... but migrate the unencrypted parts.
MigrateEncryptedMessages=0
SkipEntireEncryptedMessage=1
=
Do not migrate encrypted parts of a message ...
... and don't migrate the unencrypted parts either.