diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-28 23:28:45 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-28 23:28:45 -0400 |
commit | 641490dc681fa7adc8c8884b24c90b535865e15c (patch) | |
tree | a08a351a1433cf2d69388a574bb5657c1eb640d4 /db/carrier.sql | |
parent | 2e0b64a9ba63abe0a38b13b309043110497fe82c (diff) |
four key SMS providers had ' (SMS)' appended to their patterns
darcs-hash:20080729032845-84dde-9582cfd621142d99cddc8b91d2b619e984e263a9.gz
Diffstat (limited to 'db/carrier.sql')
-rw-r--r-- | db/carrier.sql | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/db/carrier.sql b/db/carrier.sql index 3d25b1fd6..e43e5abca 100644 --- a/db/carrier.sql +++ b/db/carrier.sql @@ -42,8 +42,8 @@ values ('Sasktel (Canada)', '%s@sms.sasktel.com', now()), ('Setar Mobile email (Aruba)', '%s@mas.aw', now()), ('Solo Mobile', '%s@txt.bell.ca', now()), - ('Sprint (PCS)', '%s@messaging.sprintpcs.com (SMS)', now()), - ('Sprint (Nextel)', '%s@page.nextel.com (SMS)', now()), + ('Sprint (PCS)', '%s@messaging.sprintpcs.com', now()), + ('Sprint (Nextel)', '%s@page.nextel.com', now()), ('Suncom', '%s@tms.suncom.com', now()), ('T-Mobile', '%s@tmomail.net', now()), ('T-Mobile (Austria)', '%s@sms.t-mobile.at', now()), @@ -51,8 +51,8 @@ values ('Thumb Cellular', '%s@sms.thumbcellular.com', now()), ('Tigo (Formerly Ola)', '%s@sms.tigo.com.co', now()), ('Unicel', '%s@utext.com', now()), - ('US Cellular', '%s@email.uscc.net (SMS)', now()), - ('Verizon', '%s@vtext.com (SMS)', now()), + ('US Cellular', '%s@email.uscc.net', now()), + ('Verizon', '%s@vtext.com', now()), ('Virgin Mobile (Canada)', '%s@vmobile.ca', now()), ('Virgin Mobile (USA)', '%s@vmobl.com', now()), ('YCC', '%s@sms.ycc.ru', now()); |