/[imapfilter]/imapfilter/sample.imapfilterrc
ViewVC logotype

Contents of /imapfilter/sample.imapfilterrc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (show annotations)
Sun Aug 26 11:35:10 2001 UTC (22 years, 7 months ago) by lefcha
Branch: MAIN
Changes since 1.4: +11 -5 lines
Updated to include multiple accounts.

1 # Accounts' settings
2 SERVER = imap1.mail.server
3 USERNAME = user1
4 PASSWORD = secret1
5
6 SERVER = imap2.mail.server
7 PASSWORD = secret2
8 USERNAME = user2
9
10 # Filters
11 DENY = FROM penguin@that.really.cold.place
12 DENY = SUBJECT: daemons run faster than penguins
13 DENY = SUBJECT penguins fly higher than daemons
14 DENY = Reply-To: daemon@that.really.hot.place
15 ALLOW = FROM: tux
16 ALLOW = TO beastie
17
18 # Size limits
19 DENY_LIMIT = 20000
20 ALLOW_LIMIT = 100000
21
22 # Settings
23 LOGFILE = /home/user/.imapfilter_log

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26