| Author |
Message |
jmn
Joined: 31 Aug 2007 Posts: 3
|
Posted: Fri Aug 31, 2007 9:37 am Post subject: Adding New Rules |
|
|
Hi,
I have an issue with finding things other than bounces. For example, I send out a newsletter and unsubscribes are handled by the recipient sending an email with Unsubscribe in the subject line. I'd like to pull these out automatically, so I add a new rule and uncheck all the others, but bounces are still found.
Is what I want to do even possible?
Thanks
James |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2175
|
Posted: Fri Aug 31, 2007 3:27 pm Post subject: |
|
|
| Yes, just add the rule. Something like 'Subject = Unsubscribe'. You should then see those messages in Email Bounce handler as 'Unsubscribe'. |
|
| Back to top |
|
 |
Jasmine
Joined: 30 Aug 2007 Posts: 6
|
|
| Back to top |
|
 |
jmn
Joined: 31 Aug 2007 Posts: 3
|
Posted: Tue Oct 02, 2007 2:46 pm Post subject: |
|
|
The real problem is that I want it to find the Unsubscribes *only*.
Through some testing, I've noticed that Email Bounce Handler lists bounces in the Bounces List even if I start the process with no rules activated (i.e. the list of rules has Activate all rules unchecked and each individual rule unchecked). Surely that can't be right?
Also, a separate issue I have is that I can run the process, get a list of bounces and then immediately run the process again and find new bounces that it missed last time. Why is it missing bounces the first time, even though I can see that it's checking every email on the server? |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2175
|
Posted: Wed Oct 03, 2007 10:19 am Post subject: |
|
|
Yes, as its name indicates eMail Bounce Handler is primarily for catching bounced e-mail. As a result all standard DSN bounces will be caught despite you deactivate all rules. Rules are here to allow you to catch non-standard bounces.
About your problem, are you using current v3.4 ? |
|
| Back to top |
|
 |
jmn
Joined: 31 Aug 2007 Posts: 3
|
Posted: Wed Oct 10, 2007 9:57 am Post subject: |
|
|
OK, the DSNs coming through regardless makes sense, but I've still got a couple of problems.
Here's an extract from my logfile:
10/10 10:36:24 > LIST 152
10/10 10:36:24 +OK 152 2380
10/10 10:36:24 > RETR 152
10/10 10:36:24 +OK message 152 (2380 octets)
10/10 10:36:24 ~ Mail Subject: 'Out of Office AutoReply: ***'
10/10 10:36:24 ~ Applying rules to "Out of Office AutoReply: ***"
10/10 10:36:24 [x] Bounce detected -> Subject contains out of office
10/10 10:36:24 ~ Extracting bounce email addresses from "Soft Delivery not authorized, message refused"
10/10 10:36:24 ~ Address found: <***@***>
10/10 10:36:24 ~ Address found: <***@***>
10/10 10:36:24 ~ Duplicate Address: <***@***>
10/10 10:36:24 ~ Duplicate Address: <***@***>
10/10 10:36:24 ~ Duplicate Address: <***@***>
10/10 10:36:24 ~ Duplicate Address: <***@***>
10/10 10:36:24 ~ Address found: <***@***>
10/10 10:36:24 [x] Extracting address from full message
10/10 10:36:24 ~ Status: Messages downloaded = 26 of 358
10/10 10:36:24 > DELE 152
10/10 10:36:24 +OK message 152 marked for deletion
10/10 10:36:24 ~ Status: Messages marked for deletion = 17 of 358
This 'bounce' was not being found at all until I set up a new rule to find Out of Office replies. Then it gets found, but shows up in the list (and above) as 'Delivery not authorized, message refused', instead of 'Out of Office'.
Why would that be? |
|
| Back to top |
|
 |
rsagall
Joined: 19 Feb 2007 Posts: 14
|
Posted: Wed Oct 10, 2007 10:58 am Post subject: Unsubscribes |
|
|
I handle unsubscribe requests using this application. I have two separate filters. One looks for terms such as "Returned Mail" Failure Notice", etc. The other looks for terms such as "unsubscribe" "remove" etc.
I keep my mailing list in FileMaker and have written scripts to process the lists generated by eMail Bounce Handler.
Hope this helps.
Rich |
|
| Back to top |
|
 |
|