[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
sieve frequency based filtering
- To: ietf-mta-filters@xxxxxxx
- Subject: sieve frequency based filtering
- From: "Vihan Pandey" <vihanpandey@xxxxxxxxx>
- Date: Thu, 5 Apr 2007 11:33:22 +0530
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=FWA7BVfu5HG0AfT7vcGgFHbtZApMFmxuwu6xLCaN1u1S2t4L3RRG+bgyEOgWUZcaqxbhYrWTA3N9CsKetbhrc3l5+idlaqB2B6JUG4o3T47JnZCn10tWh1yItZAPnBtXBPk+K9CR7Uz5Y9b81obdmuKLSK2vNC5XCZAR7MZke/4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ulSA6E5V/Ha4Bg3YQewBKOvJ/WYdib3u7zVsGGxZ2V6UX0HJoAPS/6arCIVUVqEbPpG3m3AEbXxrhW3Dz5T+5aGoc0qzqNhU8/vH/9pRYIa9nj0LIJ74M/s1dFOm1F6WQ32y6Ni4gdu/RxBGgaPyPNLEVLO1UTfG3JroEgGbyg8=
- List-archive: <http://www.imc.org/ietf-mta-filters/mail-archive/>
- List-id: <ietf-mta-filters.imc.org>
- List-unsubscribe: <mailto:ietf-mta-filters-request@imc.org?body=unsubscribe>
- Sender: owner-ietf-mta-filters@xxxxxxxxxxxx
Hello,
i'm new on this list, and i
wanted to ask if frequency(with respect to time slots) based filtering
is possible in sieve.
e.g i'm getting 10 emails from foo@xxxxxxx in 1 minute - thus i want to
block any emails that are arriving greater than or equal to 10 in
number in 1 minute.
Is it possible to do this in the current version of sieve? If yes how?
i've checked the draft on : http://www.ietf.org/rfc/rfc3028.txt?number=3028
and the new draft on : http://www.ietf.org/internet-drafts/draft-ietf-sieve-3028bis-12.txt
But i couldn't figure out how i would do such a filtering.
Regards,
- vihan