online spam checker or PHP spam remover wanted
online spam checker or PHP spam remover wanted
am 31.01.2006 13:10:12 von EdkIlhKpnBbr
When I'm travelling and reading my mail with a PDA, I have the problem
that a lot of spam is accumulated in my inbox. (Normally the junk
filter of firexfox is handling this on my PC).
So I would like to have a service which logs into my IMAP account,
checks the mails and moves spam into a spam folder.
Alternatively, a PHP program doing this would also be fine. I could
trigger it via WAP.
Does this already exist?
(I do not like solutions where I have to forward my mail to the
service.)
Jens Martin Schlatter
Re: online spam checker or PHP spam remover wanted
am 31.01.2006 14:36:41 von bok118
On 31 Jan 2006 04:10:12 -0800, EdkIlhKpnBbr@spammotel.com wrote:
>When I'm travelling and reading my mail with a PDA, I have the problem
>that a lot of spam is accumulated in my inbox. (Normally the junk
>filter of firexfox is handling this on my PC).
>
>So I would like to have a service which logs into my IMAP account,
>checks the mails and moves spam into a spam folder.
Can't you let firefox on your desktop PC perform this function ?
Either scheduled (Bios can start your PC automatically once a
day, Windows can switch it off) or triggered (WOL, WOR)
--
Kind regards,
Gerard Bok
Re: online spam checker or PHP spam remover wanted
am 02.02.2006 11:09:16 von EdkIlhKpnBbr
> >When I'm travelling and reading my mail with a PDA, I have the problem
> >that a lot of spam is accumulated in my inbox. (Normally the junk
> >filter of firexfox is handling this on my PC).
> >
> >So I would like to have a service which logs into my IMAP account,
> >checks the mails and moves spam into a spam folder.
>
> Can't you let firefox on your desktop PC perform this function ?
I have never tried it with imap. Firefox normally fetches my mail with
POP3 and removes them from the server. But using it with firefox could
be a solution.
Nevertheless I would prefer to do it without starting my PC every day.
JMS
Re: online spam checker or PHP spam remover wanted
am 02.02.2006 16:54:15 von NM Public
Sur 2006-02-02, EdkIlhKpnBbr@spammotel.com skribis:
>
>>> When I'm travelling and reading my mail with a PDA, I have the problem
>>> that a lot of spam is accumulated in my inbox. (Normally the junk
>>> filter of firexfox is handling this on my PC).
>>>
>>> So I would like to have a service which logs into my IMAP account,
>>> checks the mails and moves spam into a spam folder.
>>
>> Can't you let firefox on your desktop PC perform this function ?
>
> I have never tried it with imap. Firefox normally fetches my mail with
> POP3 and removes them from the server. But using it with firefox could
> be a solution.
> Nevertheless I would prefer to do it without starting my PC every day.
Does your IMAP service provider offer server-side spam detection
and filtering? If so, set up *server-side* filters to deliver the
the probably-spam messages to a 'MaybeSpam' IMAP mailbox. Then,
when you are using your PDA, just look at your INBOX but when you
are at home look at your INBOX as well as your MaybeSpam and any
other non-essential mailboxes (e.g., mailing lists). I just wrote
about this in my blog in this item:
Using a MaybeSpam Mailbox
Hope this helps,
Nancy
--
Nancy McGough ~ ~
IMAP, pine, procmail, data deflexion, infinity, and more
> > > Please keep the discussion in the group < < <
Re: online spam checker or PHP spam remover wanted
am 08.02.2006 14:14:30 von EdkIlhKpnBbr
> Does your IMAP service provider offer server-side spam detection
> and filtering?
No :-(
Re: online spam checker or PHP spam remover wanted
am 08.02.2006 14:38:02 von EdkIlhKpnBbr
I found the following:
http://imapfilter.hellug.gr/
Sounds good, but uses a strange programming language...
http://www.rogerbinns.com/isbg/
This one exactly implemented what I whas looking for. But only in
python. I would like to have it in php or perl.
JMS