View Single Post
I've tried to debug the script: Send to omnifocus

The script (on my computer) stopped working in the lines:

if AllowedSender does not contain trimmedSender and AllowedSender does not contain theSender then

log "OmniFocus Mail Rule: Received message from unauthorized sender " & trimmedSender & " - ignoring message"
return

Apparently the criteria for an interruption of the script (ie. ignoring the message) are fullfilled.

I made this part of the script to a comment by writing -- in front of each line.
(or delete the lines)

Afterwards it works....

Thomas