I have a situation where I am subscribed to receive emails from a number of forums managed by one provider. The only way of filtering incoming emails is on the subject line, which gets quite long. Unfortunately, when viewing email source headers I can see that the sending agent has inserted newline characters and spread the subject over multiple lines. This breaks cPanel's 'user level filtering' functionality as demonstrated in the following samples ( /frontend/x3/mail/filters/userfilters.html?account=xxxxxx@xxxxx.xxx ) ...
Set up a filter with rule : Subject Contains 'testing 123'
Use the filter test in following cases...
*** Test 1: works fine
*** Test 2: works fineCode:To: test@localhost From: test@localhost Subject: line1 testing 123 line 2 this is a test message
*** Test 3: FAILSCode:To: test@localhost From: test@localhost Subject: line1 line 2 testing 123 this is a test message
Basically, if I were filtering on a single word, I'd be ok. But if filtering on a phrase, there's know way of knowing if the matching words will be split over multiple lines in the header. If they have been, the filter fails. Otherwise we are ok.Code:To: test@localhost From: test@localhost Subject: line1 testing 123 line 2 this is a test message
So basically my feature request is that the implementation of cPanel's filters, and underlying components, are developed further to tolerate and work in the situation described.
I first approached this by reporting as a bug (bugreport ID# 1227137). However it sounds like the various components are all behaving 'as intended' in their own contexts. But I argue that from a user experience point of view the current behaviour is neither expected nor desired.
Thanks
paul



LinkBack URL
About LinkBacks
Reply With Quote




