K-9 Mail Received Trigger. Need help with specific list

Post your questions and help other users.

Moderator: Martin

Post Reply
domzilla
Posts: 3
Joined: 15 Sep 2013 04:46

K-9 Mail Received Trigger. Need help with specific list

Post by domzilla » 15 Sep 2013 04:51

Hi, I am not able to get the K-9 mail received trigger to work, with specific "sender list" and "subject list". I tried using glob patterns, it doesn't work as well. The only time I got it to work is when I checked "All" for all the list selection. Kindly advise. TIA!

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: K-9 Mail Received Trigger. Need help with specific list

Post by Martin » 15 Sep 2013 07:24

Hi,

The trigger K-9 Mail Received checks all fields to determine if the flow should be executed.
What kind of fields did you set and what values did you use?

Following configuration works for me:
-all fields set to All except Subject List
-field Subject List set to Test*

This will trigger the flow for all mail with a subject starting with Test.

Regards,
Martin

domzilla
Posts: 3
Joined: 15 Sep 2013 04:46

Re: K-9 Mail Received Trigger. Need help with specific list

Post by domzilla » 15 Sep 2013 08:40

Thanks for the prompt reply. Your example works! However, when I add another criteria, that the sender must be: abc@def.com, it stops working.

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: K-9 Mail Received Trigger. Need help with specific list

Post by Martin » 15 Sep 2013 10:52

K-9 usually sends a formatted sender (something like Firstname Lastname <abc@def.com>). Please try to use *abc@def.com* in the sender list.
You can also check the exact value of the sender by adding a condition Debug Dialog or an action Notification on Screen: {k9_from} to the flow.

domzilla
Posts: 3
Joined: 15 Sep 2013 04:46

Re: K-9 Mail Received Trigger. Need help with specific list

Post by domzilla » 15 Sep 2013 15:38

Thanks! It works now with the *

Post Reply