Author Topic: Spam mail keeps returning  (Read 14278 times)

handygeek

  • Newbie
  • *
  • Posts: 8
Spam mail keeps returning
« on: August 10, 2016, 02:24:28 pm »
When I move an email to the Spam folder
I expected all email from the same Sender would be treated as Spam
Is that not set up yet?
Thanks!

StR

  • Hero Member
  • *****
  • Posts: 1558
Re: Spam mail keeps returning
« Reply #1 on: August 10, 2016, 03:25:35 pm »
That would depend on how your e-mail provider deals with spam messages. Aquamail doesn't do any analysis or blocking.
You may want to check where the Spam folder is mapped in Aquamail: so that Aquamail saves the messages to the folder on the server as expected by the provider.  Please see Aquamail FAQ for how to do that.
http://www.aqua-mail.com/?page_id=227

Kostya Vasilyev

  • Hero Member
  • *****
  • Posts: 12740
Re: Spam mail keeps returning
« Reply #2 on: August 10, 2016, 10:38:54 pm »
I should also note that unfortunately, IMAP does not have a standard way for a mail app to mark messages as spam -- there is no "spam" flag, like there is a flag for "starred" or "read" or "has been replied to".

So moving to the server's Spam folder is the best that the app is able to do...
Creating debug logs for diagnostics: https://www.aqua-mail.com/troubleshooting/

The official FAQ: https://www.aqua-mail.com/faq/

Лог-файлы для диагностики: https://www.aqua-mail.com/ru/troubleshooting/

Вопросы и ответы: https://www.aqua-mail.com/ru/faq/

handygeek

  • Newbie
  • *
  • Posts: 8
Re: Spam mail keeps returning
« Reply #3 on: August 11, 2016, 04:33:12 pm »
I have one account on our ISP, one on gmail, and three via my Web host.

The Seamonkey email app was able to filter spam for all of these accounts, why not an Android app?

This article shows how the gmail Android app flags spam for it's server - is there a way to send the same data to the gmail server in AquaMail?

pcadvisor co uk host at /how-to/google-android/how-block-spam-email-on-android-3634213 (I'm not allowed to post a link, for some reason)

Could AquaMail run a background script to open a minimalist email server that notifies the email host (perhaps via webmail) of spam to filter?

Just thinking out loud ...

StR

  • Hero Member
  • *****
  • Posts: 1558
Re: Spam mail keeps returning
« Reply #4 on: August 12, 2016, 11:10:22 am »
This article shows how the gmail Android app flags spam for it's server - is there a way to send the same data to the gmail server in AquaMail?
Gmail app has its own proprietary protocol for communicating with Gmail server.
However, I believe when any other e-mail app moves a message to Gmail's Spam folder, Gmail server takes a note and analyzes that message as Spam.
Again, the FAQ for Aquamail has an item "Moving messages into spam folder" that describes how to set it up.

Quote
pcadvisor co uk host at /how-to/google-android/how-block-spam-email-on-android-3634213 (I'm not allowed to post a link, for some reason)
That's an anti-spam measure to limit forum spam. After a few postings, you'll be able to post links.

Quote
Could AquaMail run a background script to open a minimalist email server that notifies the email host (perhaps via webmail) of spam to filter?
There is no such protocol defined. The only tool (for those e-mail  servers that have ability to deal with that) is to move to the Spam folder, as described above.


handygeek

  • Newbie
  • *
  • Posts: 8
Re: Spam mail keeps returning
« Reply #5 on: August 13, 2016, 10:37:34 pm »
Can you allow the user to Blacklist an address by moving an email to the Spam folder?
Then a script compares incoming emails to the blacklisted addresses in the Spam folder.
A simple filter-scrip would send blacklisted emails automatically to the Trash folder.
Simple, manual blacklisting - not an automated spam filter like in Seamonkey, but it sure would be 1,000x better than seeing the same undesired emails over & over (especially the obnoxious political spam).
It sounds trivial to me - but I haven't written scripts for a long time & never for an Android app.
WDYT?
Thanks!