Verizon filter change
reiterd - September 20, 2008 - 22:18
| Project: | Mailsave |
| Version: | 6.x-1.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Thanks very much for this module. I noticed the Verizon picture message text changed, so the current filter doesn't work. Here is the regex that worked for me:
< $end_pattern = preg_quote('This message was sent using PIX-FLIX Messaging service from Verizon Wireless!');
---
> $end_pattern = preg_quote('This message was sent using the Picture and Video Messaging service from Verizon Wireless!');

#1
I'm a noob just now trying to get images sent from my Verizon phone posted on my site. I think I need to make this "Regex" change, too. Any chance someone can give me a quick heads-up how to make the change?
Thanks!