Why do i have so much spam

Why do I have so much spam in my in box

Hi,
Probably because you have visited many places and entered your email address to one place somehow. Normally you have to use filter(s) in your email agent/client to filter spams. I have to use filters for my gmail, yahoo and hotmail (Windows live) ... and they are very good. You may want to do the same.
Regards.
BH
**Click the KUDOS thumb up on the left to say 'Thanks'**
Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

Similar Messages

  • Why do I have so much storage 'other' on my iPhone 5, ios7?

    why do I have so much storage 'other' on my iPhone 5, ios7?

    Hi:  I had the same issue.  I believe mine was due to the fact that I always installed software updates over wifi.  I believe doing so did not remove the old software from my phone, which then took up space in Other. Here's why I think this.
    Yesterday, I had 6.2 GB of Other (on my 16GB iPhone).  Got the alert that a software update was available, but didn't have enough free space on my phone to update it over wifi.  I plugged my phone into my Mac today and ran the update on iTunes and the Other went down to 2.1 GB.  Note, when I previously updated software over wifi, it took about 3 minutes, today when I updated it by actually plugging into iTunes on my Mac, it took about 15 minutes.  It cleared everything off my phone and reinstalled it. 
    I'm not sure if this is the only reason for the Other storage to be high, but if you update over wifi, it could be.  Note:  if you're not due for an update, you may want to try resetting your phone and doing a restore from iTunes.  Be sure to back up your phone before doing this!
    Hope this helps.

  • Why do i have so much other on my phone and how do i get rid of it

    why do i have so much other on my phone and how do i get rid of it

    Other is usually around 1 GB...
    A  ' Large Other ' usually indicates Corrupt Data...
    First Try a Restore from Backup... But... if the Large Other Persists, that is an Indicator of Corrupt Data in the Backup... Then a Restore as New is the way to go...
    Details Here  >  http://support.apple.com/kb/HT1414
    More Info Here...
    maclife.com/how_remove_other_data_your_iphone

  • Please Help! Why do I have so much OTHER space on my Ipod Mini

    Hi
    For some reason I have over 1gb of OTHER taking up space on my Mini- What is it and how do I get rid of it? My Friend has the same model and doesn't have it
    Thanks Alot
    Vicki

    Hi Vicki,
    Try resotirng your iPod to factory settings. Typically, that fixes this kind of issue, since restoring deletes all of the contents off your iPod.
    For instructions on how to restore an iPod, check out this Knowledge Base article:
    Restoring iPod to factory settings
    Does that fix the issue, or do you still have too much "Other" space on your iPod?
    -Kylene

  • Why do I have so much trouble syncing?

    This is really starting to get on my nerves. I bought this iPhone because of all the cool stuff it can do and because it was supposed to be more reliable "because it's Apple." So far, I've had fewer complaints about the copy of Windows 7 that I bought around the same time. I never thought I'd say this but after about 9 months I'm more pleased with my purchase from Microsoft than I am with my purchase from Apple.
    Anyways, onto my real problem...
    Nearly every time I try to connect my iPhone I have to plug and unplug the USB cable several times before it finally gets recognized in iTunes. Just now I tried at least a dozen times before trying restarting both my computer and iPhone. When that didn't work I tried reinstalling iTunes. It synced this time, but on the second try so the problem isn't solved.
    What happens when I plug it in is the phone will make the sound it makes when you plug it in and it charges but it never goes on to say, "Sync In Progress." iTunes hangs for about a minute and then gives up trying to recognize it. If it does eventually work, iTunes loads the phone's contents quickly.
    Because of this issue I'm also wary of updating to iOS 4.0.2 as it could cause problems during the update process.

    @stellarwill
    "iTunes hangs for about a minute and then gives up trying to recognize it."
    @dosk
    Why would you post your question in my thread instead of making your own? Your problem is completely different.
    @shadowbeast
    I didn't think it was necessary to post my computer's specs but if you think it will help, these are them:
    Intel Core i7-920
    Asus P6T mobo (which is the Intel 1366 chipset)
    Mushkin 6GB Triple Channel DDR3
    WD 1TB 7200RPM SATA HDD
    ATi Radeon 5750
    Creative X-Fi XtremeGamer
    I built my computer by hand so I can't just call someone and play tech support tag getting transferred back and forth between Apple and the computer manufacturer. Problems like this never get solved by tier 1 tech support anyway.
    Could you link me to an article describing these faulty chipsets? I've never heard of anything like this.

  • WHY DO I HAVE SO MUCH ' INACTIVE ' MEMORY?????

    i was just looking at the activity monitor seeing how much memory my applications were using up and i noticed a hugeee amount of inactive memory...
    at the time i had thses applications running:
    toast titanium PowerPC
    azureus Intel
    msn messenger PowerPC
    and only 2 wigets Intel
    the activity monitor showed (ish) 101mb wired
    436mb active
    471mb INACTIVE
    30mb free
    why is nearly half of my memory inactive??? how can i free this up?
    thanks.

    Inactive memory is memory previously being used up. Mac OS X uses a lot of RAM to its stunning, "always remembering what you did last," advantage. If you previously had Mail open, some RAM is used up. When you quit Mail, whatever you were doing last is stored in that Inactive (previously used) RAM. If you need the RAM (for another application), Mac OS will take from the Inactive RAM, if need be. There's absolutely nothing to worry about, it's 100% normal.

  • Why do I have so much problems downloading your itune extras with movies?

    Extras waste of time and they won't download ... I have seen other post closed with no answers .. why???

    Intermittent problems are often a result of interference. Interference can be caused by other networks in the neighbourhood or from household electrical items.
    You can download and install iStumbler (NetStumbler for windows users) to help you see which channels are used by neighbouring networks so that you can avoid them, but iStumbler will not see household items.
    Refer to your router manual for instructions on changing your wifi channel or adjusting your multicast rate.
    There are other types of problems that can affect networks, but this is by far the most common, hence worth mentioning first.

  • Why do I have so much trouble with arrays

    using the following query:
    <cfloop index="loopCompanyNumberSet01Array" from="1"
    to="#arrayLen(companyNumberSet01Array)#" step="1">
    <cfquery name="qrySeriesList" datasource="erpdb01">
    SELECT DISTINCT Left(t_item,2)
    FROM
    dbo.ttiitm001#companyNumberSet01Array[loopCompanyNumberSet01Array]#
    ORDER BY 1
    </cfquery>
    </cfloop>
    I can use cfdump and see that I am getting the results I
    want, but I want to now take them and put them into an array (or
    list) so I can use them for another set of querires
    I tried:
    <cfset seriesArray=arrayNew(1)>
    <cfloop index="getSeriesList" from="1"
    to="#arrayLen(qrySeriesList)#" step="1">
    <cfloop query="#qrySeriesList[getSeriesList]#">
    <cfset seriesArray[currentRow][1]=1>
    </cfloop>
    </cfloop>
    but get error:
    Object of type class coldfusion.sql.QueryTable cannot be used
    as an array

    jkgiven wrote:
    > using the following query:
    > <cfloop index="loopCompanyNumberSet01Array" from="1"
    > to="#arrayLen(companyNumberSet01Array)#" step="1">
    > <cfquery name="qrySeriesList"
    datasource="erpdb01">
    > SELECT DISTINCT Left(t_item,2)
    > FROM
    dbo.ttiitm001#companyNumberSet01Array[loopCompanyNumberSet01Array]#
    > ORDER BY 1
    > </cfquery>
    > </cfloop>
    >
    > I can use cfdump and see that I am getting the results I
    want, but I want to
    > now take them and put them into an array (or list) so I
    can use them for
    > another set of querires
    >
    > I tried:
    > <cfset seriesArray=arrayNew(1)>
    > <cfloop index="getSeriesList" from="1"
    to="#arrayLen(qrySeriesList)#" step="1">
    > <cfloop query="#qrySeriesList[getSeriesList]#">
    > <cfset seriesArray[currentRow][1]=1>
    > </cfloop>
    > </cfloop>
    >
    > but get error:
    > Object of type class coldfusion.sql.QueryTable cannot be
    used as an array
    >
    1) just use qrySeriesList.recordcount instead of your
    arraylen(qrySeriesList)
    2) even better: why use cfloop over query rows when
    <cfoutput
    query="qrySeriesList"> does just that?
    ... oh, i see what you are trying to do now...
    ok, you will have to move the array populating code into your
    first
    cfloop, after the cfquery in it:
    > <cfloop index="loopCompanyNumberSet01Array" from="1"
    > to="#arrayLen(companyNumberSet01Array)#" step="1">
    > <cfquery name="qrySeriesList"
    datasource="erpdb01">
    > SELECT DISTINCT Left(t_item,2)
    > FROM
    dbo.ttiitm001#companyNumberSet01Array[loopCompanyNumberSet01Array]#
    > ORDER BY 1
    > </cfquery>
    move it into here
    > </cfloop>
    3) now, for your array populating script:
    a)
    > <cfset seriesArray=arrayNew(1)>
    that declares a one-dimensional array
    > <cfset seriesArray[currentRow][1]=1>
    but here, i believe, you are populating it as a
    two-dimensional array...
    b)
    > <cfloop index="getSeriesList" from="1"
    to="#arrayLen(qrySeriesList)#" step="1">
    instead of this loop, just use
    <cfoutput query="qrySeriesList">...</cfoutput>
    c)
    > <cfloop query="#qrySeriesList[getSeriesList]#">
    is this the line cf is complaining about?
    you never set your qrySelectList to be distinct queries in
    your first
    loop. with its every iteration that loop just creates a new
    qrySelectSeries, replacing the one created in the previous
    iteration.
    but once you move your array-setting code into the loop, you
    will no
    longer need this loop at all.
    Azadi Saryev
    Sabai-dee.com
    Vientiane, Laos
    http://www.sabai-dee.com

  • Why do I have so much trouble loading Frontierville, and why do I have to refresh it so much?

    When I go to load Frontierville, it takes forever; then when it finally does load, I no sooner get started then it tells me that the internet went all quiet and to refresh my page. What can I do to fix this?

    Here's an update on my post.
    When I click on my ITunes short cut, I get a window that says
    I have no idea why I'm getting this error as I have not inserted a disc in my computer for months. I haven't created any playlists, nor have I purchased anything as I'm always denied.
    In addition, when I am logged-in to the store (I'm assuming I am logged-in as my email address is reflected on the top left), when I select a song, then click Buy, I get the following error
    I'm at a total loss as to why I am unable to do anything in ITunes, either through my desktop or IPhone. Quite obviously I don't have a network problem as I have to be on-line to even get into the ITunes store.
    At this point, I'm convinced that ITunes doesn't want my money and am at the point that I'll just forget Apple and ITunes and try my luck elsewhere.
    FYI. I have used two emails, and created 2-3 IDs/passwords trying to get into ITunes and buy something.

  • Why do I have so much trouble signing-in to Itunes?

    Everytime I try to sign-in to ITunes, I always get the error that my ID/Password are incorrect. I wrote them down when I had trouble the last time but still cannot log-in to ITunes.
    If I click Forgot Password then the button for answering security questions, when it asks for my date of birth, when I put that in it is wrong. Geeeze!!! I ought to know when I was born and why would I enter something different?
    Getting so I don't want to mess with ITunes or Apple, period!!

    Here's an update on my post.
    When I click on my ITunes short cut, I get a window that says
    I have no idea why I'm getting this error as I have not inserted a disc in my computer for months. I haven't created any playlists, nor have I purchased anything as I'm always denied.
    In addition, when I am logged-in to the store (I'm assuming I am logged-in as my email address is reflected on the top left), when I select a song, then click Buy, I get the following error
    I'm at a total loss as to why I am unable to do anything in ITunes, either through my desktop or IPhone. Quite obviously I don't have a network problem as I have to be on-line to even get into the ITunes store.
    At this point, I'm convinced that ITunes doesn't want my money and am at the point that I'll just forget Apple and ITunes and try my luck elsewhere.
    FYI. I have used two emails, and created 2-3 IDs/passwords trying to get into ITunes and buy something.

  • Why do I have so much 'other' on my mac?

    Lately, I’ve been checking around my mac to clear up the ‘other’ which it has taken up 76.76 GB. I do not know what I have done wrong though. This is bothering me a lot and it would be kind if someone can help me on this. It has also caused me to delete a lot of things, that are not ‘other’ to make free space. Like photos, music, movies, and apps. What can I do to free up space from ‘other’?

    For information about the Other category in the Storage display, see this support article. If the display seems to be inaccurate, try rebuilding the Spotlight index.
    Empty the Trash if you haven't already done so. If you use iPhoto, empty its internal Trash first:
              iPhoto ▹ Empty Trash
    Do the same in other applications, such as Aperture, that have an internal Trash feature. Then restart the computer. That will temporarily free up some space.
    According to Apple documentation, you need at least 9 GB of available space on the startup volume (as shown in the Finder Info window) for normal operation—not the mythical 10%, 15%, or any other percentage. You also need enough space left over to allow for growth of the data. There is little or no performance advantage to having more available space than the minimum Apple recommends. Available storage space that you'll never use is wasted space.
    When Time Machine backs up a portable Mac, some of the free space will be used to make local snapshots, which are backup copies of recently deleted files. The space occupied by local snapshots is reported as available by the Finder, and should be considered as such. In the Storage display of System Information, local snapshots are shown as  Backups. The snapshots are automatically deleted when they expire or when free space falls below a certain level. You ordinarily don't need to, and should not, delete local snapshots yourself. If you followed bad advice to disable local snapshots by running a shell command, you may have ended up with a lot of data in the Other category. Ask for instructions in that case.
    See this support article for some simple ways to free up storage space.
    You can more effectively use a tool such as OmniDiskSweeper (ODS) or GrandPerspective (GP) to explore the volume and find out what's taking up the space. You can also delete files with it, but don't do that unless you're sure that you know what you're deleting and that all data is safely backed up. That means you have multiple backups, not just one. Note that ODS only works with OS X 10.8 or later. If you're running an older OS version, use GP.
    Deleting files inside a photo or iTunes library will corrupt the library. Changes to such a library must be made from within the application that created it. The same goes for Mail files.
    Proceed further only if the problem isn't solved by the above steps.
    ODS or GP can't see the whole filesystem when you run it just by double-clicking; it only sees files that you have permission to read. To see everything, you have to run it as root.
    Back up all data now.
    Install the app in the Applications folder as usual. Quit it if it's running.
    Triple-click anywhere in the corresponding line of text below on this page to select it, then copy the selected text to the Clipboard by pressing the key combination command-C.
    For ODS:
    security execute-with-privileges /A*/OmniDiskSweeper.app/*/M*/* 2>&-
    For GP:
    security execute-with-privileges /A*/GrandPerspective.app/*/M*/* 2>&-
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    Paste into the Terminal window by pressing command-V. You'll be prompted for your login password.
    The application window will open behind other open windows. When you scan a volume, the window will eventually show all files in all folders, sorted by size. It may take a few minutes for the app to finish scanning.
    I don't recommend that you make a habit of doing this. Don't delete anything as root. If something needs to be deleted, make sure you know what it is and how it got there, and then delete it by other, safer, means. When in doubt, leave it alone or ask for guidance.
    When you're done with the app, quit it and also quit Terminal.

  • Why do I have so much trouble getting my copy to format correctly inside my div?

    Hey guys, I'm very new at this so please bear with me   I'm designing my first website and I'm at the point where I want to add my copy.  I have a div with a background image, and another div nested inside of it.  When I paste my copy into the nested div, things seem to shift around in the design view.  They usually look ok when I preview in live mode, but it's very troublesome trying to work on the site when things are all jumbled up.  What am I doing wrong?  Should I paste the source code here so you guys can see it?  Thanks in advance!

    Depending on the CSS, live view and design view can be totally different.
    Its often best to type in your copy in the divs and then add the CSS to format it.
    Post the css and the set of divs with some content in order to enable people to try work out what is wrong.

  • Why does Java have so much trouble with deleting files

    So, I've been doing alot more code on the file-level and have been noticing that Java is really terrible at deleting files. This should be rather straightforward, but the delete method can fail in so many ways, it's unbelievable. Even with taking special care to close all streams, it will sometimes just not do it, or even return a "Yes I've deleted it" result and the file is still there! (deleteOnExit() suffers the same affliction)
    This problem is even scuttling the otherwise trusty Ant, which is really annoying. Ever seen this? "BUILD FAILED: Could not delete 'myproject.jar'" So any Ant-driven automated build-and-test process can fail because of this super-avoidable error. (We have to code a pre-build-jar-deletion shell script, which is annoying when jars are added/deleted/renamed for whatever reason.)
    Does anyone know the reason for this? I'm really curious.
    Maybe, in 1.5, they will come out with "File.crushAndDestroyWithMercilessPrejudice()". I'd use it all of the time! :)

    I had the same problem when I was working with JAI. I had about a half million images that I made a viewer for, which would allow our users to do away with microfiche. Project worked great, but the files wouldn't delete off the user box (Win2K). I checked everything and they just would not delete--windows would not acknowlege the resources had been released by Java.
    I finally took a lesson from MS developers and said: "It's not a bug, it's a feature!" I wrote it into the manual that it was a cache feature and would speed-up access to the images, yet delete the old ones (which it did, any images that were not accessed during the session would delete just fine, while any that were accessed would still be there next time for local access rather than hitting the network for them. The cache turned out to be one of the great features of the application.
    On the other hand, I've not had any problems deleting files from Linux.

  • Why do I have so much trouble getting keywords entered, especially...

    when selecting multiple photos?
    Often when the keyword field says "add keywords" and then when I select multiple images the offer disappears and I cannot add words no matter whee I click. Sometimes closing the INFO button at the bottom and reopening the pane will allow me to enter.
    This issue usually acts up when keywords already exist such as when a movie file is already tagged with a keyword called MOVIE.
    Anyone experience anything like this and what is the better way to get keywords in w/o having to use the info pane keywords filed?

    After selecting the multiple photos type Command+K to bring up the Keyword pane:
    Click to view full size
    Then click on the keywords you want to assign to those photos.

  • TS1503 Why do I have so much "other" space filled up and how do I get rid of it?

    When I plug my phone into my computer my "other" field is taking up 9.3 GB of my space on my phone. How do I get rid of it?! And, what is it even??

    This indicates corrupt files.  A restore should resolve.

Maybe you are looking for