What's up with the content filters

Just tried to respond to a thread. Very innocuous two sentence reply - got 'content not allowed'. After several tries, just as a check I modified my reply to the single word "yes". Still, 'content not allowed'.

EdStevens wrote:
Just tried to respond to a thread. Very innocuous two sentence reply - got 'content not allowed'. After several tries, just as a check I modified my reply to the single word "yes". Still, 'content not allowed'.Maybe you fell afoul of an intermittent bug where anything you submitted got panned.
I seem to remember OTN temporary banning all posts with certain letters of the alphabet in them ("c" comes to mind for some reason), the justification given that spam messages might have those letters. I can't find those posts now so I wonder if I dreamed it

Similar Messages

  • What is going on with the SPAM filtering?

    Spoiler (Highlight to read)
    What is going on with the SPAM filtering?  Works fine for a couple of weeks then suddenly I got slammed with tons of SPAM for a few hours then suddenly the filtering kicks in again.  Usually happens late at night and clears up in the morning.  Never had this problem until just a couple months ago.  It's gotten so bad that I'm about to move everything over to gmail and just stop using Verizon, would rather not do that as I've had the same e-mail address since the Bell Atlantic days.

    Since we haven't heard back from you or have received a form submission as requested in your private support case, it appears assistance is no longer required. If you need any future help with your Verizon service, please make a post here on the forums so we can assist..
    Anthony_VZ
    **If someones post has helped you, please acknowledge their assistance by clicking the red thumbs up button to give them Kudos. If you are the original poster and any response gave you your answer, please mark the post that had the answer as the solution**
    Notice: Content posted by Verizon employees is meant to be informational and does not supersede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or plan

  • How can I update a Site Column with the content of an array with javascript CSOM?

    I'm relative new to Sharepoint 2013, I'm trying to update the content of a Site column with the content of an array, I can retrieve and visualize the content of my site column, the user is able to change and save the necessary part and the changes are
    saved into an array, now I have to update the content of the site column with the content of the array, but for some kind of reasons I can't accomplish that, any suggestion/example? This is my code so far to retrieve, visualize the site column and store the
    mofication into my array.
        <body>
                <select id="dropdown" name="dropdown" onchange="optSelect()">
                    <option value="EngineType_Cylinders">EngineType_Cylinders</option>
                    <option value="EngineType_EngineCycle">EngineType_EngineCycle</option>
                    <option value="EngineType_EngineFamily">EngineType_EngineFamily</option>
                    <option value="EngineType_Euro">EngineType_Euro</option>
                    <option value="EngineType_FamilyEvolution">EngineType_FamilyEvolution</option>
                    <option value="EngineType_GasEmissionLevel">EngineType_GasEmissionLevel</option>
                    <option value="EngineType_Power">EngineType_Power</option>
                    <option value="EngineType_PowerSupply">EngineType_PowerSupply</option>
                    <option value="EngineType_Use">EngineType_Use</option>
                </select><br />
                <textarea id="textareadisplay" rows="25" cols="23"></textarea><br />
                <input type ="button" value="Update values" onclick="addItemsToColumns()" />
            </body>
    My Javascript
        $(function () {
            SP.SOD.executeOrDelayUntilScriptLoaded(Function.createDelegate(this, function () {
               var select = document.getElementById('dropdown').value;
                console.log(select);
                getSiteColumns(select);
            }), 'SP.js');
        var fieldChoice;
        var choices;
        var addFields = [];
        var slc;
        var clientContext;
        function optSelect() {
            slc = document.getElementById('dropdown').value;
            getSiteColumns(slc);
        function getSiteColumns(selection) {
           clientContext = SP.ClientContext.get_current();
            if (clientContext != undefined && clientContext != null) {
                var web = clientContext.get_web();
                fieldChoice = clientContext.castTo(web.get_availableFields().getByTitle(selection), SP.FieldChoice);
                clientContext.load(this.fieldChoice);
                clientContext.executeQueryAsync(Function.createDelegate(this, this.OnLoadSuccess), Function.createDelegate(this, this.OnLoadFailed));
        function OnLoadSuccess(sender, args) {
            choices = fieldChoice.get_choices();
            var textarea = document.getElementById("textareadisplay");
            textarea.value = choices.join("\n");
        function OnLoadFailed(sender, args) {
            alert('Request failed. ' + args.get_message() + '\n' + args.get_stackTrace());
        function addItemsToColumns() {
            clientC = SP.ClientContext.get_current();
            var arrayForUpdate = $('#textareadisplay').val().split('\n');
            fieldChoice.set_item(, arrayForUpdate);
            fieldChoice.update();
            clientContext.executeQueryAsync(function () { }, function () { });
        function OnUpdateSuccess(sender, args) {
            var newchoices = fieldChoice.get_choices();
    My problem is on the function addItemsToColumns() please help! Thanks in advance.

    Let's look at your stylesheet -
    <style type="text/css">
    body {
    background-image: url(assets/images/Business%20Men%20In%20Reception%20Col.2.jpg);
    background-repeat: no-repeat;
    background-color: #003;
    margin-left:auto;
    margin-right:auto;
    position: relative;
    width: 960px;
    It's a good idea not to use spaces or any punctuation in your filenames when working for the web.
    #header {
    margin-left:auto;
    margin-right:auto;
    position: relative;
    width: 960px;
    #heading {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 36px;
    font-style: italic;
    font-variant: normal;
    margin-left:auto;
    margin-right:auto;
    There's no need to specify the default values (font-variant:normal) or to specify auto margins for any block element without an explicitly defined width. And wouldn't it make more sense to put the font style on the body tag, where it will inherit into the rest of the page than to restate it as you have done in the next rule?
    #bodytext {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 25px;
    font-variant: normal;
    width: 300px;
    #container {
    width: 960px;
    position: relative;
    margin-left:auto;
    margin-right:auto;
    .rightimg {
    float: right;
    margin-left: auto;
    padding-right: 40px;
    #heading #navbar ul li {
    padding: 30px;
    </style>
    Margin-left:auto can't work without knowing what the width of the element is....  Keep your CSS lean and targeted - it will help you to debug your layouts.

  • What's wrong with this content type definition?

    Could someone tell me what's wrong with this content type definition? When I click "New Folder" in a custom list, it should bring two fields 1) Name 2) Custom Order. However in my case when I click new folder, I see 1) Member (which is totally
    weird) 2) custom order. Where is it getting that Member field from?
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <!-- Parent ContentType: Folder (0x0120) -->
    <ContentType ID="0x012000c0692689cafc4191b6283f72f2369cff"
    Name="Folder_OrderColumn"
    Group="Custom"
    Description="Folder with order column"
    Inherits="TRUE"
    Version="0">
    <FieldRefs>
    <FieldRef ID="{35788ED2-8569-48DC-B6DE-BA72A4F87B7A}" Name="Custom_x0020_Order" DisplayName="Custom Order" />
    </FieldRefs>
    </ContentType>
    </Elements>

    Hi,
    According to your post, my understanding is that you had an issue about the custom content type with custom column.
    I don’t think there is any issue in the content type definition, and it also worked well in my environment.
    Did you have the Member field in the project?
    I recommend you create a simple project only with one custom Order column and one custom Folder_OrderColumn, then you can add more fields one by one.
    By doing this, it will be easier to find out the root cause of this error.
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • What channels come with the DTA HD boxes

    ...and no one at COMCAST can tell you what channels come with the DTA HD boxes.  All they do is send you a link to sign in...typical COMCAST

    pablomunich wrote:
    ...and no one at COMCAST can tell you what channels come with the DTA HD boxes.  All they do is send you a link to sign in...typical COMCAST
    Apologies for any confusion we may have caused.
    Currently, the DTAs (small boxes) are limited to viewing (up to and including) Digital Starter content.
    Our DTAs don't yet support full strength encryption like full cable boxes do. Full-strength encryption is currently required for authorizing premium channels (like HBO) on a DTA.
    DTAs that we have deployed support "privacy mode". This is a limited fixed passkey form of content protection.
    We have no current plans to activate full-strength encryption, but if we were to do that in the future it would be done in a way that would be in compliance with FCC rules, including obtaining any necessary FCC waivers.
    Some additional background at the link below (the article is from 2012 but still a good primer):
    http://www.lightreading.com/spit-(service-provider-it)/security-platforms/comcasts-dtas-security-optional/d/d-id/660833
    We can certainly arrange to swap your DTA for a full cable box. Please give us a call at 1-800-COMCAST or stop by one of the the local service centers below to swap your box.
    73 Rock Ave
    Plainfield, NJ 07063
    MONDAY-SATURDAY: 9:30am-6:30pm SUNDAY: closed
    800 Rahway Ave
    Union, NJ 07083
    MONDAY-SATURDAY: 9:30am-6:30pm SUNDAY: closed
    381 Lord St
    Avenel, NJ 07001
    MONDAY-SATURDAY: 9:30am-6:30pm SUNDAY: closed
    Additional information here: http://customer.comcast.com/help-and-support/cable-tv/digital-adapter-enhancement
    Attached lineup for your area should also help, also sent this to you via e-mail. Digital Starter includes Limited Basic plus Expanded Service in your area

  • Cannot open Word File because "there are problems with the contents"

    Hi Everyone,
    I cannot open Word File because "there are problems with the contents" unspecified error; Location: 2.  Please help as I need this doc for work meeting this morning.  Nothing special about this doc but links were copied into it???  However I do that all the time.  I have never had this happen before.  I am on a 2010 machine.  I just ran a disk permissions repaired and emptied the trash but still no dice.  I had several other word docs up as well when I got up this morning but they are all fine.  I do not have Time Capsule turned on (which I need to do but that will be another thread/question).
    Thank you,
    sb

    Ok, I found a way to open this but not sure what happened to begin with and the formatting setup is different now, almost like text editor?  Not sure what happened here but hope it doesn't happen again?

  • Need to instantiate a class with the contents of a string variable

    I have:
    String temp = "hello";
    and I want to instantiate a class with the contents of the variable temp. So what I want is:
    Class hello = new Class();
    Does anybody know how to do this?

    I'm getting kind of confused with decifering what
    people are writing. I'm not real sure what the Java
    syntax is and what I should be modifying for my code.
    Basically, I have created a class called Artist. I
    want to parse through a text file and when I see a
    header field called "artist", my program will
    instantiate the artist class with the next String
    token. For example, if my text file reads:
    --artist:Daniel
    I want to create an Artist object with the name
    Daniel. Ideally I could just use the code:
    --Artist Daniel = new Artist();I cannot use this syntax because I don't know that "Daniel" is going to follow "artist" in the text file. It could be a different name or String
    >
    But the way I'm going about it right now is to store
    "Daniel" in a variable called temp by:
    --//"in" is an instantiation of StreamTokenizer
    --String temp = in.sval;    
    Right now I have the Artist class set up so there is
    just a default constructor.

  • Can I prevent my book opening with the contents page?

    After the intro video I would like my book to open with the first page full screen, not with the contents. Is this possible?
    Thanks

    I have noticed that most of the books I've bought on the ibook store start on the first page rather than the contents, what program are they built with?
    You can create a standard epub with many programs. InDesign is probably the most popular, but you can also use Pages. Apple even makes a template available:
    http://support.apple.com/kb/HT4168?viewlocale=en_US&locale=en_US

  • How do I fill an Excel spreadsheet with the contents of a DataTable? (C#, OleDb)

    The following fills a DataTable with the contents of an Excel spreadsheet.
        oledbCmd.CommandText = "SELECT * FROM [" + stSheetName + "$]";
        DataTable dtDataTable = new DataTable();
        using (OleDbDataAdapter oledbAdapter = new OleDbDataAdapter(oledbCmd))
        oledbAdapter.Fill(dtDataTable);
    How do I fill an Excel spreadsheet with the contents of a DataTable?
    bhs67

    You can try this Excel library, it can help u to
    export datatable to excel to Database.
    After add the reference to your project ,add the following code:
    private void button1_Click(object sender, EventArgs e)
    //connect database
    OleDbConnection connection = new OleDbConnection();
    connection.ConnectionString @"Provider=""Microsoft.Jet.OLEDB.4.0"";Data Source=""demo.mdb"";User Id=;Password="
    OleDbCommand command = new OleDbCommand();
    command.CommandText = "select * from parts";
    DataSet dataSet = new System.Data.DataSet();
    OleDbDataAdapter dataAdapter = new OleDbDataAdapter(command.CommandText,connection);
    dataAdapter.Fill(dataSet);
    DataTable t = dataSet.Tables[0];
    //export datatable to excel
    Workbook book = new Workbook();
    Worksheet sheet = book.Worksheets[0];
    sheet.InsertDataTable(t, true, 1, 1);
    book.SaveToFile("insertTableToExcel.xls");
    System.Diagnostics.Process.Start("insertTableToExcel.xls");
    http://www.e-iceblue.com/Tutorials/Spire.XLS/Spire.XLS-Program-Guide/Data-Export-/Import-Export-Datatable-to-Excel-from-Database.html

  • I have no idea what to do with the payments for stuff I bought on iTunes.

    Ok I had a card from a rebate atatched to the account and it has just expired. Now itunes wants me to pay from a different card for the things I bought in the week before it expired. I had the amount needed to pay for what i bought on the rebate card and bought my last thing before the card expired because i thought it would be stupid to let the money go without actually using it. I was looking today (it expired overnight) at itunes and now its saying i need to pay for them because the have not been pasyed for yet or something like that and i need to update the billing adress but i cant and dont want to one because i dont want to pay for something i had already had the money to pay for and they didnt charge me on it or something and 2 because i dont have another card to use bc i do not have a credit or checking or any card bc other than the rebate card i only have cash. sorry my question is so long but thank you for all the help you people can give me. ps i cant even get a card bc im 15

    The rebate card that my mom let me use was after they had bought a new phone and try had let me have what was left on it 7.92 and it counted as a visa credit card so I could use it to activate my account the problem is that I bought the stuff before it expired and it is now expired and it's sayin I still need to pay for what I bought with the old card and I don't want to pay twice for the same things that's just stupid I'm goin to get a gift card for the lowest amount so I can still get the free stuff but I don't think I should be responsible to pay for something thy I bought with a card that had the money on it for them to charge bc they debt send out the bill to them when I got the stuff bc there is stuff on it for like Monday saying I need to pay for it when the card didn't even expire till Thursday night

  • Error message in .docx : 'Open XML file cannot be opened because there are problems with the contents. Details Unspecific error Location: 2'

    I have put a lot of work into a docx document on my Mac, but now can't open it as it gives the error message: 'the Open XML file cannot be opened because there are problems with the contents. Details, Unspecific
    error, Location: 2'
    When opening the original file the message said: 'this file contains word 2007 for Windows equations' etc. but I managed to track changes fine, and saved, closed and re-opened it numerous times without problem. Some graphs seemed moved, and various formulas
    were illegible, but no other weirdness was observed.
    I have microsoft 2008 installed on my Mac OS X version 10.6.8.
    I've tried to fix it using various solutions suggested here, but am afraid am too IT illiterate to have had any luck, please help I'm new to all this!
    I've uploaded it to https://www.dropbox.com/s/hkw9k6lyihzoxpc/SittwayPauktawSQUEACREPORT_KD%2BCH.docx

    Hi,
    This issue is related strictly to oMath tags and occurs when a graphical object or text box is anchored to the same paragraph that contains the equation.
    Please use the "Fix it" tool in the following KB article to resolve the problem. See:
    http://support.microsoft.com/kb/2528942
    Hope this helps.
    Regards,
    Steve Fan
    TechNet Community Support

  • How can I replace my iTunes Library with the contents of my iPod, including the playlists?

    I tried transferring the purchases, but it didn't move my playlists over. I have also tried backing my old library up to a disc, and putting it in my new computer, but it still didn't transfer my playlists.
    Is there any way I can transfer my old itunes library from my old computer to my new computer, including the playlists?
    I have heard people talk about replacing itunes with the contents of the ipod, but I'm not sure how to do it.

    check out this post by Zevoneer.
    if you have an iPod Touch, there are PhoneView and iRip.
    as for playlists, check out the posts by Chris CA in this discussion.

  • What's wrong with the activation server? i just bought my ipad wifi celllular... and have a 3g cellular network connection... when i press the bottom to activate my ipad it says the activation server cannot be reached. what to do then?

    what's wrong with the activation server? i just bought my ipad wifi celllular... and have a 3g cellular network connection... when i press the bottom to activate my ipad it says the activation server cannot be reached. what to do then?

    Hey aries35,
    I found the following that goes over troubleshooting the same issue for the iPhone. I know you have an iPad, but the steps should still apply:
    Perform the following steps:
    Restart the iPhone.
    Try another means of reaching the activation server and attempt to activate.
    Try connecting to a known-good Wi-Fi network if you're unable to activate using a cellular data connection.
    Try connecting to iTunes if you're unable to activate using Wi-Fi.
    Restore the iPhone.
    If you receive an alert message when you attempt to activate your iPhone, try to place the iPhone in recovery mode and perform a restore. If you're still unable to complete the setup assistant due to an activation error, contact Apple for assistance.
    via: iPhone: Troubleshooting activation issues
    http://support.apple.com/kb/TS3424
    Cheers,
    Delgadoh

  • What's wrong with the itunes store UAE? i couldnt buy my favorite songs and movies because there's no "music" and "movies" category. please do something... thanks!

    what's wrong with the itunes store UAE? i couldnt buy my favorite songs and movies because there's no "music" and "movies" category. please do something... thanks!

    You are not addressing Apple here...
    This is a User to User forum...
    iTunes Store: Which types of items can I buy in my country?

  • What's wrong with the fan of my 15 inch retina mbp?

    what's wrong with the fan of my 15 inch retina mbp,when i play a big game like Batman ,the fans are so quiet and keep around 2000rpm,but the temperature of  cpu is up to 80 degrees.(by the way, i have reseted the SMC for many times,but it doesn't work)

    80 degrees F or 80 degrees C?

Maybe you are looking for

  • Bidding - Create PO in backend with multiple doc type.

    Dear Friends, We are working on Bidding Cycle with classic scenario where we want follow-on document Purchase Order to be created with more than one document type. So we defined BSA attribute with ZPO & ZSRM and DP_PROC_TY attribute with ZPO & ZSRM.

  • Download delays with Mountain Lion

    Hello, About 30 minutes ago I went to the App store to initiate the download of Mountain Lion (upgrading from Lion).  I can see that the process started on my desktop but I can't see that the progress bar has moved at all to indicate that it is actua

  • HT1918 How do I change the answers to my security questions?

    I forgot my answers for my security questions because I set up my AppleID about a hundred years ago and now I can't make any purchases until I answer them, how can I reset my questions/answers?

  • E-Recruiting and HR Instance Separate Instance

    Hi, If E-Recruiting and HR has Instance Separate Instance, how do we get the Internal Candidate from HR system? By ALE? If yes, which program do we run to trigger the ALE? If ALE, what is happening when ALE is running? Will it create CP and BP? When

  • File Order

    We've been having trouble changing the order of the files in one of our course pages. We want to make it so that the default order of the files in the "Upload Files" matches the numeric ordering of the file names. However, after rearranging the files