TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Verizon Rejecting Twilio Error Message as Violating Carrier Guidelines

18 点作者 another_comment超过 3 年前
So I was sending an SMS to my friend using Twilio. And it got rejected as violating carrier guidelines. It was about masks, not even controversial. I tried to send my friend a copy&#x2F;paste of the twilio error message and this was rejected as violating carrier guidelines.<p>--edit to clarify rejected&#x2F;accepted messages<p>This gets rejected: &quot;(Error: 30007) Carrier violation. Your message content was flagged as going against Verizon carrier guidelines.&quot;<p>This does not get rejected: &quot;(Error: 30007) Carrier violation. Your message content was flagged as going against carrier guidelines. Verizon&quot;<p>This gets rejected: &quot;(Error: 30007) Verizon Carrier violation. Your message content was flagged as going against carrier guidelines.&quot;<p>The only difference is adding the word Verizon in various places.<p>And by the way Verizon, why is a Twilio error message considered harmful enough to filter?

6 条评论

minerva23超过 3 年前
All traffic passing through Twilio is categorized as application-to-person traffic. If you haven&#x27;t registered your brand, been assigned a trust score, and registered your specific number with a specific a2p campaign, you&#x27;ll be subjected to heavy filtering.<p>I&#x27;m not positive, but I think voip.ms only allows person-to-person traffic. Try registering a number there and sending the same message that got blocked.
评论 #29730263 未加载
benttoothpaste超过 3 年前
In general A2P messages are subjected to harsh anti-spam filters. SMS spam filters work similar to email spam filters - i.e. they use various Bayesian rules to calculate spam score and classify the message as spam if that score is above threshold.<p>In addition, SMS filters are more strict than email filters - because they have a lot less text to work with and also SMS spam is more annoying than email spam. The downside is that there are more false positives than in case of emails.<p>So it is quite possible that your message exceeded the threshold with &quot;Verizon&quot; in it, but was just below the threshold without &quot;Verizon&quot;.
another_comment超过 3 年前
&gt;&gt; Why are there rules about the content of text messages at all?<p>I have no idea. What is disturbing to me is the arbitrary stuff Verizon is filtering. Seriously, what is so controversial about a Twilio error message?
josephcsible超过 3 年前
Why are there rules about the content of text messages at all? Do we need any rules besides (1) no unsolicited bulk texts, i.e., spam, and (2) no texting people who have told you not to text them anymore?
评论 #29730174 未加载
slater超过 3 年前
Likely it&#x27;s to cut down on scams. Does the error also happen when you send the text message with, say, &quot;Verizon&quot; tacked on the end? Or somewhere in the middle of the sentence?
评论 #29729966 未加载
评论 #29730012 未加载
评论 #29729989 未加载
axiosgunnar超过 3 年前
What was the content of the message about masks?