]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2001/001150.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2001 / 001150.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] Email forwarding
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Email%20forwarding&In-Reply-To=3a05db4f.23767%40prima-lan.net">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="001149.html">
11 <LINK REL="Next" HREF="001142.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Email forwarding</H1>
15 <B>Andrew Kempe</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Email%20forwarding&In-Reply-To=3a05db4f.23767%40prima-lan.net"
17 TITLE="[IRCServices] Email forwarding">andrewk at icon.co.za
18 </A><BR>
19 <I>Sun Jan 21 01:47:54 PST 2001</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="001149.html">[IRCServices] IRCnet ircd and IRCservices
22 </A></li>
23 <LI>Next message: <A HREF="001142.html">[IRCServices] ChanServ refuses to KEEPTOPIC and TOPICLOCK .
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#1150">[ date ]</a>
27 <a href="thread.html#1150">[ thread ]</a>
28 <a href="subject.html#1150">[ subject ]</a>
29 <a href="author.html#1150">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>I got very close to being able to send passwords to an email address. I was
35 not at all keen on having to handle more sockets so I was basically doing
36 the following:
37
38 - Dumping the password to a file. The file also contained the email address
39 to which to send the email.
40 - Run a cron that basically used &quot;mail&quot; to send the mail off.
41
42 There is a slight overhead in having to write to a file but I didn't think
43 that there would be _that_ many mails being created. Forwarding memo's would
44 up this number of mails a lot. What I had in mind was outputting the memo's
45 to a single file for a specified time, say 1 minute. After that time a new
46 file is started and a cron can then parse up the old file and send the memos
47 off.
48
49 These may not be the most elegant solutions, but they're simple to implement
50 and they get the job done.
51
52 Andrew
53
54 &gt;<i> -----Original Message-----
55 </I>&gt;<i> From: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">owner-ircservices at snow.shadowfire.org</A>
56 </I>&gt;<i> [mailto:<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">owner-ircservices at snow.shadowfire.org</A>]On Behalf Of Andrew Church
57 </I>&gt;<i> Sent: 06 November 2000 00:03
58 </I>&gt;<i> To: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at snow.shadowfire.org</A>
59 </I>&gt;<i> Subject: Re: [IRCServices] Email forwarding
60 </I>&gt;<i>
61 </I>&gt;<i>
62 </I>&gt;<i> &gt;Very late reply but hey...
63 </I>&gt;<i> &gt;
64 </I>&gt;<i> &gt;IMHO the E-Mail Forwarding feature would seriously ROCK!
65 </I>&gt;<i> &gt;Any plans on implementing this?
66 </I>&gt;<i>
67 </I>&gt;<i> Just a quick note on this--I had this on my TODO list since way long
68 </I>&gt;<i> ago, but it turns out it's a pain to implement, mainly because of
69 </I>&gt;<i> needing to
70 </I>&gt;<i> either fork and keep track of another process or handle SMTP connections
71 </I>&gt;<i> using select() in the same process, and having to watch resource
72 </I>&gt;<i> consumption
73 </I>&gt;<i> in either case. I don't know what Andrew Kempe's priorities are, but just
74 </I>&gt;<i> keep in mind that it's not something that can be dashed out on the spur of
75 </I>&gt;<i> the moment.
76 </I>&gt;<i>
77 </I>&gt;<i> &gt;Quinn
78 </I>&gt;<i> &gt;----------
79 </I>&gt;<i> &gt;&gt; From: Kelmar K. Firesun &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">kfiresun at ix.netcom.com</A>&gt;
80 </I>&gt;<i> &gt;&gt; To: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at snow.shadowfire.org</A>
81 </I>&gt;<i> &gt;&gt; Subject: Re: [IRCServices] Email forwarding
82 </I>&gt;<i> &gt;&gt; Date: Monday, October 23, 2000 22:32
83 </I>&gt;<i> &gt;&gt;
84 </I>&gt;<i> &gt;&gt;
85 </I>&gt;<i> &gt;&gt; ----- Original Message -----
86 </I>&gt;<i> &gt;&gt; From: Scott Seufert &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">anarki at flamebait.org</A>&gt;
87 </I>&gt;<i> &gt;&gt; To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at snow.shadowfire.org</A>&gt;
88 </I>&gt;<i> &gt;&gt; Sent: Monday, October 23, 2000 7:01 AM
89 </I>&gt;<i> &gt;&gt; Subject: Re: [IRCServices] Email forwarding
90 </I>&gt;<i> &gt;&gt;
91 </I>&gt;<i> &gt;&gt; ] ... SNIP ... [
92 </I>&gt;<i> &gt;&gt;
93 </I>&gt;<i> &gt;&gt; &gt;
94 </I>&gt;<i> &gt;&gt; &gt; sending all the memos in one email would be prefered. Also making the
95 </I>&gt;<i> &gt;time
96 </I>&gt;<i> &gt;&gt; &gt; interval a .conf setting would be wise.
97 </I>&gt;<i> &gt;&gt; &gt;
98 </I>&gt;<i> &gt;&gt; &gt; MEMO2MAIL 15 &lt;---- Minutes _after_ update to send mail.
99 </I>&gt;<i> &gt;&gt; &gt; This type of setting would make it easier for services, the
100 </I>&gt;<i> box and the
101 </I>&gt;<i> &gt;&gt; &gt; box's Admin(s). :)
102 </I>&gt;<i> &gt;&gt; &gt;
103 </I>&gt;<i> &gt;&gt; &gt; MAIL_DELAY 120 &lt;--- delay in seconds between batches.
104 </I>&gt;<i> &gt;&gt; &gt; This could be used in the case of a large amount of mail
105 </I>&gt;<i> sent. The mail
106 </I>&gt;<i> &gt;&gt; can
107 </I>&gt;<i> &gt;&gt; &gt; be broken down into batches sent, say maybe 800k at a time. This way
108 </I>&gt;<i> &gt;800k
109 </I>&gt;<i> &gt;&gt; is
110 </I>&gt;<i> &gt;&gt; &gt; sent, then 120 seconds later 800k more and so on.
111 </I>&gt;<i> &gt;&gt; &gt;
112 </I>&gt;<i> &gt;&gt;
113 </I>&gt;<i> &gt;&gt; ] ... SNIP ... [
114 </I>&gt;<i> &gt;&gt;
115 </I>&gt;<i> &gt;&gt; You might also wish to add a NickServ option that would allow
116 </I>&gt;<i> &gt;&gt; the user to:
117 </I>&gt;<i> &gt;&gt;
118 </I>&gt;<i> &gt;&gt; 1) Either disable the feature totally
119 </I>&gt;<i> &gt;&gt; 2) Have it only send the e-mail when the user is not on
120 </I>&gt;<i> &gt;&gt; the IRC Network
121 </I>&gt;<i> &gt;&gt; 3) Have memoserv send the e-mail and keep a copy of the message.
122 </I>&gt;<i> &gt;&gt; 4) Or, have memoserv just send an e-mail and discard the message
123 </I>&gt;<i> &gt;&gt; afterwards. (Mabey not a good idea here in some cases though)
124 </I>&gt;<i> &gt;&gt;
125 </I>&gt;<i> &gt;&gt; On the whole it sounds like an excellent idea,
126 </I>&gt;<i> &gt;&gt;
127 </I>&gt;<i> &gt;&gt; Bryce Simonds (Kelmar K. Firesun)
128 </I>&gt;<i> &gt;&gt; IRC operator: dream.esper.net
129 </I>&gt;<i> &gt;&gt;
130 </I>&gt;<i> &gt;&gt;
131 </I>&gt;<i> &gt;&gt; ---------------------------------------------------------------
132 </I>&gt;<i> &gt;&gt; To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at snow.shadowfire.org</A>
133 </I>&gt;<i> &gt;&gt; with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
134 </I>&gt;<i> &gt;
135 </I>&gt;<i> &gt;---------------------------------------------------------------
136 </I>&gt;<i> &gt;To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at snow.shadowfire.org</A>
137 </I>&gt;<i> &gt;with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
138 </I>&gt;<i>
139 </I>&gt;<i> --Andrew Church
140 </I>&gt;<i> <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">achurch at dragonfire.net</A>
141 </I>&gt;<i> <A HREF="http://achurch.dragonfire.net/">http://achurch.dragonfire.net/</A>
142 </I>&gt;<i>
143 </I>&gt;<i> ---------------------------------------------------------------
144 </I>&gt;<i> To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at snow.shadowfire.org</A>
145 </I>&gt;<i> with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
146 </I>&gt;<i>
147 </I>
148
149
150 </PRE>
151
152 <!--endarticle-->
153 <HR>
154 <P><UL>
155 <!--threads-->
156 <LI>Previous message: <A HREF="001149.html">[IRCServices] IRCnet ircd and IRCservices
157 </A></li>
158 <LI>Next message: <A HREF="001142.html">[IRCServices] ChanServ refuses to KEEPTOPIC and TOPICLOCK .
159 </A></li>
160 <LI> <B>Messages sorted by:</B>
161 <a href="date.html#1150">[ date ]</a>
162 <a href="thread.html#1150">[ thread ]</a>
163 <a href="subject.html#1150">[ subject ]</a>
164 <a href="author.html#1150">[ author ]</a>
165 </LI>
166 </UL>
167
168 </body></html>