Posted by reiterd on September 20, 2008 at 10:18pm
Jump to:
| Project: | Mailsave |
| Version: | 6.x-1.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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!');
Comments
#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!