forked from trusteddomainproject/OpenDKIM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommunity.html
More file actions
66 lines (66 loc) · 2.42 KB
/
community.html
File metadata and controls
66 lines (66 loc) · 2.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>OpenDKIM</title>
<link rel="stylesheet" type="text/css" href="opendkim.css" media="screen" />
</head>
<body>
<div id="header">
<a class="logo" href="http://www.opendkim.org">OpenDKIM</a>
<div id="frontnav">
<ul>
<li><a href="http://sourceforge.net/projects/opendkim/files/">Download</a></li>
<li><a href="docs.html">Documentation</a></li>
<li><a href="http://sourceforge.net/tracker/?group_id=269812/">Bug/Feature Tracking</a></li>
<li><a href="http://lists.opendkim.org/">Mailing lists</a></li>
<li><a href="community.html">Community</a></li>
<li><a href="donate.html">Donate</a></li>
<li><a href="links.html">Links</a></li>
<li><a href="license.html">License</a></li>
</ul>
</div>
</div>
<div id="bodytext">
<h1>Community Activity</h1>
<p>
The following upcoming events might be of interest to the OpenDKIM community,
either in terms of DKIM standards work, training, abuse research and
collaboration, or other events.
</p>
<p>
<ul>
<li> <a href="http://www.maawg.org/events/upcoming_meetings/"> Messaging
Anti-Abuse Working Group </a> 19th General Meeting -- June 7-10,
2010; Barcelona, Spain
<li> Seventh Annual <a href="http://www.ceas.cc/"> Collaboration, Electronic
messaging, Anti-Abuse and Spam </a> conference -- July 13-14, 2010;
Redmond, WA
</ul>
</p>
<p>
...and finally, some links to organizations or other web sites related to
DKIM:
</p>
<p>
<ul>
<li> <a href="http://www.dkim.org">dkim.org</a> -- A clearing house web site
for information about DKIM and related work
<li> The Internet Engineering Task Force (IETF)
<ul>
<li> <a href="http://www.ietf.org/"> Main page <a>
<li> <a href="http://www.ietf.org/dyn/wg/charter/dkim-charter.html"> DKIM
Working Group </a>
<li> <a href="http://www.ietf.org/dyn/wg/charter/marf-charter.html"> MARF
Working Group </a>
<li> <a href="http://www.ietf.org/meeting/upcoming.html"> Upcoming
Meetings </a>
</ul>
<li> <a href="http://www.maawg.org"> Messaging Anti-Abuse Working Group </a>
</ul>
</div>
<div id="footer">
© 2009, 2010 The OpenDKIM Project -- $Id: community.html,v 1.7 2010/02/20 07:39:31 cm-msk Exp $
</div>
</body>
</html>