I have solved it with a vba addin:
Thanks anyway.
Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean)
Dim loMailItem As Outlook.MailItem
If Item.Class = olMail Then
If InStr(Item.To, "aol") Or InStr(Item.CC, "aol") Or InStr(Item.BCC, "aol") Then...