Hi,

Is it possible to use wilcards to limit any sender from anywhere, like the
example below ?

INSERT INTO throttle \
 (_from,_count_max,_quota_max,_time_limit,_mail_size,_date,_priority)
 VALUES ('%.%.%.%',          # domain
          50,                # maximum messages per time unit
          250000000,         # size in bytes (250 megs) (maximum
is 2gig)
          86400,             # time unit in seconds (1 day)
          10240000,          # maximum message size (10 meg)
          UNIX_TIMESTAMP(),  # current time
          5);                # priority of record

Tanks,
-Guy

_______________________________________________
Users mailing list
[email protected]
http://lists.policyd.org/mailman/listinfo/users

Reply via email to