> Date: Thu, 14 Feb 2013 00:49:13 +0100
> From: Polytropon
> To: FreeBSD Questions
> Subject: Re-sending selected e-mail messages
>
> I need a way to automatically re-sent stored e-mail messages
> according to some criteria and like to ask for advice or
> suggestions
On Feb 13, 2013 3:49 PM, "Polytropon" wrote:
>
> I need a way to automatically re-sent stored e-mail messages
> according to some criteria and like to ask for advice or
> suggestions for an already existing solution before I start
> reinventing the wheel. :-)
>
&g
Kurt Buff writes:
> On Wed, Feb 13, 2013 at 3:49 PM, Polytropon wrote:
>> I need a way to automatically re-sent stored e-mail messages
>> according to some criteria and like to ask for advice or
>> suggestions for an already existing solution before I start
>
On Wed, Feb 13, 2013 at 3:49 PM, Polytropon wrote:
> I need a way to automatically re-sent stored e-mail messages
> according to some criteria and like to ask for advice or
> suggestions for an already existing solution before I start
> reinventing the wheel. :-)
>
> The messag
I need a way to automatically re-sent stored e-mail messages
according to some criteria and like to ask for advice or
suggestions for an already existing solution before I start
reinventing the wheel. :-)
The messages in question are stored in MH format. This is a
tree where a mailbox equals a
On Tue, 12 Feb 2013, Zyumbilev, Peter wrote:
Allow "sudo bash" only.
The OP didn't want to use sudo because it's not in the base system. I
would guess he also doesn't want to use bash, since it too is not in the
base system.
[ snip ]
--
Chris Hill ch...@monochrome.org
**
>> Robert Huff writes:
R> The bigger question is how quickly do you need to know - instantly?
R> once an hour? once a day?
>> On 12 Feb 2013 15:39:56 +0100, Frank Staals said:
F> I don't think anything other than instantly makes sense. If it would be
F> a batch thing sent once an hour/day/ th
BSD system with users in the wheel group,
>> > what is the best practise to send out a notification
>> > via E-Mail if one of them becomes root via su? In an ideal
>> > case the E-Mail would contain the user name and the time.
>>
>> I'm not sure if t
Robert Huff writes:
> Polytropon writes:
>
>> > given there is a FreeBSD system with users in the wheel group,
>> > what is the best practise to send out a notification
>> > via E-Mail if one of them becomes root via su? In an ideal
>> > case the
Polytropon writes:
> > given there is a FreeBSD system with users in the wheel group,
> > what is the best practise to send out a notification
> > via E-Mail if one of them becomes root via su? In an ideal
> > case the E-Mail would contain the user name and the time
On Tue, 12 Feb 2013 13:24:52 +0100, Matthias Petermann wrote:
>
> Hello,
>
> given there is a FreeBSD system with users in the wheel group, what is
> the best practise
> to send out a notification via E-Mail if one of them becomes root via
> su? In an ideal
> case
Hello,
given there is a FreeBSD system with users in the wheel group, what is
the best practise
to send out a notification via E-Mail if one of them becomes root via
su? In an ideal
case the E-Mail would contain the user name and the time.
I thought about using sudo but this is not in the
On Wed, 06 Jun 2012 09:11:02 -0500, Robert Bonomi
wrote:
Matthias, your lynx-based 'solution' does *NOT* solve the OP's question.
Incorrect; it does solve his problem.
He wants to know -when- his DHCP assigned address changes. Consider
what happens if both the expired address and the new
>
> > I would also recommend taking a look at a service like DynDNS as you
> > would have a DNS name that would auto correct for new IP.
>
> the IP provider in Germany do not assign a static DNS name to you if yo do
> not have a static IP.
>
Hence the Dynamic DNS option. Granted OP would have t
El día Wednesday, June 06, 2012 a las 09:11:02AM -0500, Robert Bonomi escribió:
>
> Matthias Apitz opined:
> > El dia Wednesday, June 06, 2012 a las 09:17:47AM -0400, Robert Huff
> > escribio:
> > > Matthias Apitz opined:
> > > >
> > > > lynx -dump myip.nl | fgrep 'WAN IP'
> > > >
> > > >
Dánielisz László writes:
> Let say my computer is connected to the internet with a cable modem and has a
> dynamic IP address via DHCP. This address is refreshed after every random
> days.
> I want to know the new address even when I'm not home. Like send an e-mail
>
when I'm
> not home. Like send an e-mail with the new IP, I already know how to
> do this, but how can I track the event when my computer receives the
> new IP? Any ideas or same issues?
Have you considered dynamic dns? If you don't actually need the address
it would allow you
gt; > refreshed after every random days.
> > >
> > > > I want to know the new address even when I'm not home. Like send
> > > an e-mail with the new IP, I already know how to do this, but how can
> > > I track the event when my computer receives the new I
Matthias Apitz opined:
> El dia Wednesday, June 06, 2012 a las 09:17:47AM -0400, Robert Huff escribio:
> > Matthias Apitz opined:
> > >
> > > lynx -dump myip.nl | fgrep 'WAN IP'
> > >
> > > strore the result in a file and when it changes, trigger a mail;
> >
> > Or, using only tools in
> -Original Message-
> From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-
> questi...@freebsd.org] On Behalf Of Robert Huff
> Sent: Wednesday, June 06, 2012 9:18 AM
> To: Matthias Apitz
> Cc: freebsd-questions@freebsd.org
> Subject: Re: IP -> e-mai
m
> From owner-freebsd-questi...@freebsd.org Wed Jun 6 07:37:57 2012
> Date: Wed, 6 Jun 2012 02:06:48 -0700 (PDT)
> From: =?iso-8859-1?Q?D=E1nielisz_L=E1szl=F3?=
> To: "freebsd-questions@freebsd.org"
> Subject: IP -> e-mail
>
> Hi everybody,
>
> Let say
El día Wednesday, June 06, 2012 a las 09:17:47AM -0400, Robert Huff escribió:
> > Run this in a cronjob:
> >
> > lynx -dump myip.nl | fgrep 'WAN IP'
> >
> > strore the result in a file and when it changes, trigger a mail;
>
> Or, using only tools in the base system:
>
> ifconfig | h
Matthias Apitz writes:
> > Let say my computer is connected to the internet with a cable
> modem and has a dynamic IP address via DHCP. This address is
> refreshed after every random days.
>
> > I want to know the new address even when I'm not home. Like
> send
nt to know the new address even when I'm not home. Like send an e-mail
> with the new IP, I already know how to do this, but how can I track the event
> when my computer receives the new IP?
> Any ideas or same issues?
Hi,
Run this in a cronjob:
lynx -dump myip.nl | fgrep 'WAN
Hi everybody,
Let say my computer is connected to the internet with a cable modem and has a
dynamic IP address via DHCP. This address is refreshed after every random days.
I want to know the new address even when I'm not home. Like send an e-mail with
the new IP, I already know how to do
HTML format.
- 7. Your ISP won’t see that you are sending out bulk email!
- 8. All email broadcasting is routed through our bulk email servers and
bandwidth – not yours.
- 9. Gets email delivered directly from your PC into your recipient’s
mailbox without using your ISP’s e-mail
I shall be reading emails only very intermittently until August 7th,
but will reply as soon as I can.
If you have a query concerning the MA in Aegean Archaeology, please
contact Kathryn Goldsack (k.golds...@sheffield.ac.uk).
Sue Sherratt
--
Dr E.S. Sherratt
Department of Archaeology
University
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 21/12/2010 19:39, Mark Moellering wrote:
> Hello All,
> My company needs a [new] e-mail solution for a product rollout. Rather than
> have a few e-mail domains with lots of addresses, the solution we need is for
> a very few (most
On Dec 21, 2010, at 11:39 AM, Mark Moellering wrote:
> My company needs a [new] e-mail solution for a product rollout. Rather than
> have a few e-mail domains with lots of addresses, the solution we need is for
> a very few (mostly one, very rarely more than 3) accounts on upwards of t
On Tue, Dec 21, 2010 at 2:39 PM, Mark Moellering wrote:
> Hello All,
> My company needs a [new] e-mail solution for a product rollout. Rather
> than
> have a few e-mail domains with lots of addresses, the solution we need is
> for
> a very few (mostly one, very rarely more t
Hello All,
My company needs a [new] e-mail solution for a product rollout. Rather than
have a few e-mail domains with lots of addresses, the solution we need is for
a very few (mostly one, very rarely more than 3) accounts on upwards of tens
of thousands of domains.
I can't find any in
> All senders, with this the contents of letter, an urgent need to change
> the password e-mail account!
> I think that broke password mailboxes...
>
>>From my email too, came a letter to the mailing list, but I did not
> send it :(
Bull$hit, You can knock that crap off
ownwind.com.au/avdir/rd.php?id=7564
>
>
> Why is this crap polluting this list? I have been receiving multiple
> copies of this junk for awhile now. The link simple redirects to:
>
> http://www.searchmagna.com/?domain=xpbargains.net&folder=404648785&ts=pl
>
> Isn
On Thu, 08 Jul 2010 14:29:59 +0400, ait wrote:
>Maybe you can use the /etc/rc.shutdown script, there's a line at the end
>of it:
Thanks everyone for the help.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/fre
On Thu, 08 Jul 2010 12:12:27 +0200
Gilles wrote:
> Hello
>
> This is on a remote 6.3 host: I'd like to get an e-mail if a user hits
> the CTRL-ALT-DEL to reboot the server.
>
> Googling told me that the use of the three-key combo can be
> enabled/disabled when compi
On Thu, Jul 08, 2010 at 12:12:27PM +0200, Gilles wrote:
> This is on a remote 6.3 host: I'd like to get an e-mail if a user hits
> the CTRL-ALT-DEL to reboot the server.
>
> Googling told me that the use of the three-key combo can be
> enabled/disabled when compiling a new ke
On 07/08/2010 14:12, Gilles wrote:
Hello
This is on a remote 6.3 host: I'd like to get an e-mail if a user hits
the CTRL-ALT-DEL to reboot the server.
Googling told me that the use of the three-key combo can be
enabled/disabled when compiling a new kernel, but not how to manage
this fe
Hello
This is on a remote 6.3 host: I'd like to get an e-mail if a user hits
the CTRL-ALT-DEL to reboot the server.
Googling told me that the use of the three-key combo can be
enabled/disabled when compiling a new kernel, but not how to manage
this feature when it's enabled in a runn
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 19/05/2010 21:48:36, Chuck Swiger wrote:
> On May 19, 2010, at 1:44 PM, Marco Beishuizen wrote:
>> On Wed, 19 May 2010, Chuck Swiger wrote:
>>> Are you using NAT?
>>
>> Not that I know of.
>
> You presumably would know from the IP your machine has-
On May 19, 2010, at 1:44 PM, Marco Beishuizen wrote:
> On Wed, 19 May 2010, Chuck Swiger wrote:
>> Are you using NAT?
>
> Not that I know of.
You presumably would know from the IP your machine has-- if it's RFC-1918
unroutable, NAT is involved.
>> It sounds like something has a limited number o
On Wed, 19 May 2010, Chuck Swiger wrote:
Are you using NAT?
Not that I know of.
It sounds like something has a limited number of NAT state slots
available, and is dropping connections past that limit. It probably
will help to try to serialize the activity of fetchmail / procmail so
that t
rect mailboxes. This takes some time because I receive a few hundred
> e-mails a day (mostly mailing lists).
> >
> > The strange thing is that when the e-mail is being downloaded, all other
> network traffic seems blocked. So browsing the internet is not possible when
> fetchma
dred e-mails a day
> (mostly mailing lists).
>
> The strange thing is that when the e-mail is being downloaded, all other
> network traffic seems blocked. So browsing the internet is not possible when
> fetchmail/procmail is busy. At first I thought I had a problem with DNS
>
Hi,
I'm having a strange network problem. Every day, when I turn on my
computer, fetchmail is started and procmail is putting all my mail in the
correct mailboxes. This takes some time because I receive a few hundred
e-mails a day (mostly mailing lists).
The strange thing is that when
Corporation
Limited (ABN 33 051 775 556). If you are not an intended recipient, you MUST
NOT keep, forward, copy, use, save or rely on this communication, and any such
action is unauthorised and prohibited. If you have received
this communication in error, please reply to this e-mail to notify the
On Sun, 10 Jan 2010 02:28:24 +0200
libyan linux wrote:
> so my questions is bsd is not free software mean i cant make
> distributor on bsd is what i do now on my pc not distributor for
> business just for my own small work like manged my network with me
> friend's and play costuming every thing
On January 9, 2010 07:28:24 pm libyan linux wrote:
> hello sir
> i am wanyce ashoura
> from Libya i notice in Libya and Africa there is no community for BSD
> and i start manged some small group of bsd group
> so if that not bothering you cause my language english not so good
> ok and i am new in b
hello sir
i am wanyce ashoura
from Libya i notice in Libya and Africa there is no community for BSD
and i start manged some small group of bsd group
so if that not bothering you cause my language english not so good
ok and i am new in bsd world and i wasn't use windows xp sure
i start with slackwar
Thank you for your e-mail,
I am currently out of office as from Friday 10th August 2009 to 17th August
2009.For all operations and export related issues, Please contact Peterson
Kimeu e- mail : peterson.ki...@swissportkenya.co.ke
Regards
steve Mutai
0723-580963
On Mar 24, 2008, at 2:04 PM, Patrick C wrote:
Another option would be to dig out the
associated code in pine, elm, or whatnot. See how they access mail.
What is used in pine (now alpine) is the c-client libraries already
mentioned in another post.
-j
--
Jeffrey Goldberg
Le Mon 24/03/2008, Patrick C disait
> Searching real quick shows the existence of both libmime and libmbox...
> don't know if they're maintained. Another option would be to dig out the
> associated code in pine, elm, or whatnot. See how they access mail.
>
> -Patrick
libPAN (or is it libEtPAN ?)
Giorgos Keramidas writes:
> No, there's no library for `email processing' in the C standard. You
> can probably find a lot of non-standard ones, by Googling however :)
>
> It's worth writing that plain C is the wrong language for this
> sort of thing, if you ask me. There are excellent hig
:
>
> On Mon, 24 Mar 2008 14:32:02 -0400, Robert Huff <[EMAIL PROTECTED]>
> wrote:
> > I need to write a quick and not-too-dirty C program to process some
> > e-mail. (Including dealing with mbox files.)
> >
> > Is there a standard library to do this? Respect
In the last episode (Mar 24), Robert Huff said:
>
> I need to write a quick and not-too-dirty C program to process
> some e-mail. (Including dealing with mbox files.)
> Is there a standard library to do this?
You can use the c-client library for this; it's what the
On Mon, 24 Mar 2008 14:32:02 -0400, Robert Huff <[EMAIL PROTECTED]> wrote:
> I need to write a quick and not-too-dirty C program to process some
> e-mail. (Including dealing with mbox files.)
>
> Is there a standard library to do this? Respectfully,
No, there's no librar
On Mar 24, 2008, at 11:32 AM, Robert Huff wrote:
I need to write a quick and not-too-dirty C program to process
some e-mail. (Including dealing with mbox files.)
Is there a standard library to do this?
You probably want to invoke formail, which is part of the mail/
procmail
I need to write a quick and not-too-dirty C program to process
some e-mail. (Including dealing with mbox files.)
Is there a standard library to do this?
Respectfully,
Robert Huff
___
freebsd
uick look at them, and act
on them as appropriate.
> I also have the new Absolute FreeBSD, and the hard copy manual
> obtained through FreeBSD Mall. I had a problem with e-mail messages
> to root some time ago that were showing up every 11 minutes. I look
> into crontab and found one sc
On Dec 19, 2007, at 7:30 PM, Kurt Buff wrote:
On Dec 19, 2007 6:54 PM, jekillen <[EMAIL PROTECTED]> wrote:
Hello:
Is there a manual or other publication that deals specifically with
reading e-mail messages to root for FreeBSD? I have gotten a
message:
setuid diffs:
--- /var/log/setuid
On Dec 19, 2007 6:54 PM, jekillen <[EMAIL PROTECTED]> wrote:
> Hello:
> Is there a manual or other publication that deals specifically with
> reading e-mail messages to root for FreeBSD? I have gotten a
> message:
>
> setuid diffs:
> --- /var/log/setuid.today
Hello:
Is there a manual or other publication that deals specifically with
reading e-mail messages to root for FreeBSD? I have gotten a
message:
setuid diffs:
--- /var/log/setuid.today Sat Sep 8 03:01:34 2007
+++ /tmp/security.9Jz0CWds Wed Dec 19 03:01:38 2007
followed by
On Fri, Oct 05, 2007 at 02:33:23AM +1000, Ian Smith wrote:
>
> Looks like that's exactly right. Copying the maintainer and suggesting
> the no-brain patch, pardon the broken tabs from pasting, against the
> head / stable versions (checked) .. I should sendPR I guess .. time!
>
> Cheers, Ian
>
>
On Thu, 4 Oct 2007, Erik Trulsson wrote:
> On Thu, Oct 04, 2007 at 04:56:35PM +1000, Ian Smith wrote:
> > On Wed, 3 Oct 2007 16:30:54 -0400 Lisa Casey <[EMAIL PROTECTED]> wrote:
> >
> > > The problem comes in when a customer cancels his account. We remove
> > users by
> > > rmuser userna
On Thu, Oct 04, 2007 at 04:56:35PM +1000, Ian Smith wrote:
> On Wed, 3 Oct 2007 16:30:54 -0400 Lisa Casey <[EMAIL PROTECTED]> wrote:
>
> > The problem comes in when a customer cancels his account. We remove users
> by
> > rmuser username. That command removes the user from the password file,
On Wed, 3 Oct 2007 16:30:54 -0400 Lisa Casey <[EMAIL PROTECTED]> wrote:
> The problem comes in when a customer cancels his account. We remove users by
> rmuser username. That command removes the user from the password file,
> removes his home directory and removes the mailspool. What it doesn
Hi,
2) Better option is to change the default temp-name in qpopper.config:
set temp-name "%s.pop"
so that rmuser will detect it automatically.
A third option is to write a wrapper shell script that first calls rmuser
and then removes the remaining mail drop file, and use this script to
At 03:30 PM 10/3/2007, Lisa Casey wrote:
Hi,
I'm running Sendmail and Qpopper on FreeBsd. (And perhaps I ought to be
asking this on the Qpopper list, but hopefully someone here knows an
answer). We have all of our mailboxes in mbox format in /var/mail. When a
customer pops his mail for the f
On Wed, Oct 03, 2007 at 11:04:58PM +0200, Mel wrote:
> On Wednesday 03 October 2007 22:30:54 Lisa Casey wrote:
>
> > If I take a look at /var/mail/.jjvc.pop it isn't owned by anyone, the
> > ownership of the file is the group number of the original jjvc.
> >
> > -rw-rw 1 1473 mai
On Wed, Oct 03, 2007 at 04:30:54PM -0400, Lisa Casey wrote:
>
> The problem comes in when a customer cancels his account. We remove users
> by rmuser username. That command removes the user from the password file,
> removes his home directory and removes the mailspool. What it doesn't do is
> t
> Is there anyway to have rmuser remover the mail drop file associated
> with that account also, or am I just going to have to remove these
> manually?
It really depends on what version of rmuser you have.
In /usr/sbin/rmuser, do you have something similar to this code snippet?:
if [ -f
On Wednesday 03 October 2007 22:30:54 Lisa Casey wrote:
> If I take a look at /var/mail/.jjvc.pop it isn't owned by anyone, the
> ownership of the file is the group number of the original jjvc.
>
> -rw-rw 1 1473 mail 0 Sep 11 19:15
> .jjvc.pop
>
> Is there any
Hi,
I'm running Sendmail and Qpopper on FreeBsd. (And perhaps I ought to be
asking this on the Qpopper list, but hopefully someone here knows an
answer). We have all of our mailboxes in mbox format in /var/mail. When a
customer pops his mail for the first time it creates a file .username.pop
nd in gentoo.
And then I plan to add magick-handling to mail(1) -- to allow you to e-mail a
file with the properly-set Content-Type.
Yours,
-mi
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-
On Thu, 2007-07-19 at 07:55 -0400, Mikhail Teterin wrote:
> On четвер 19 липень 2007, Tom Evans wrote:
> = Or you could patch cron to use libmagic
>
> Done:
>
> http://aldan.algebra.com/~mi/cron-mime.diff
>
> It even works now...
>
> = and have cron scripts that will only work on one box.
On четвер 19 липень 2007, Tom Evans wrote:
= Or you could patch cron to use libmagic
Done:
http://aldan.algebra.com/~mi/cron-mime.diff
It even works now...
= and have cron scripts that will only work on one box.
And send-pr the diffs to FreeBSD :-)
-mi
__
On Sat, 2007-07-14 at 19:14 -0400, Mikhail Teterin wrote:
> On субота 14 липень 2007, Daniel Bye wrote:
> = So it's beginning to look as if your best bet is in fact to make your
> = script handle sending the mail.
>
> Yeah, seems like it...
>
> = Not the cleanest solution, but one that will get y
y present in
> cron -- your script should simply produce output to stdout. Cron will mail
> all that to the address specified in MAILTO=... part of your crontab
> automatically.
>
> AFAIK, to make the e-mail message treated as a MIME one, the "MIME-Version:
> 1.0"
At 05:02 PM 7/14/2007, Mikhail Teterin wrote:
Derek Ragona wrote:
= = I'd rather avoid poluting my script with e-mail sending code...
= You need to change your script to send the email itself.
Thank you, Derek, but -- as I stated already -- I wanted to see, if this can
be avoided...
Doi
requested, passes the first thus-read buffer to
magic_buffer().
If that succeeds, the Mime-Version and Content-Type headers are injected into
the outgoing e-mail...
-mi
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailma
Mikhail Teterin wrote:
> On субота 14 липень 2007, Daniel Bye wrote:
> = So it's beginning to look as if your best bet is in fact to make your
> = script handle sending the mail.
>
> Yeah, seems like it...
>
> = Not the cleanest solution, but one that will get your messages formatted
> = exactly
cron e-mails me the output of each job.
However, I modified the script recently to produce the output (if any) in
HTML, rather than in plain-text format.
The HTML arrives by e-mail just as well as plain text used to, but no e-mail
program will render it as such, because neither the cron(8), no
On субота 14 липень 2007, Daniel Bye wrote:
= So it's beginning to look as if your best bet is in fact to make your
= script handle sending the mail.
Yeah, seems like it...
= Not the cleanest solution, but one that will get your messages formatted
= exactly how you want them.
Well, I started loo
ybe, cron should apply file(1)-like logic to the e-mailed content?
>
> = No, cron doesn't need any knowledge of how to render email.
>
> I was not advocating adding such knowledge. My suggestion was to make cron
> add
> proper Content-Type, so that the /recepient's e-ma
he fact, that cron e-mails me the output of each job.
>
> However, I modified the script recently to produce the output (if any) in
> HTML, rather than in plain-text format.
>
> The HTML arrives by e-mail just as well as plain text used to, but no e-mail
> program will render
On субота 14 липень 2007, Daniel Bye wrote:
= > How can I force the ``Content-Type: text/html'' header without hacking
= > cron's sources? I'd rather avoid poluting my script with e-mail sending
= > code...
=
= Alter your script to add the 'Content-Type: text/ht
all that to the address specified in MAILTO=... part of your crontab
automatically.
AFAIK, to make the e-mail message treated as a MIME one, the "MIME-Version:
1.0" and "Content-Type: ..." have to be among _headers_.
I'm afraid, it is not possible to directly manipul
Derek Ragona wrote:
= = I'd rather avoid poluting my script with e-mail sending code...
= You need to change your script to send the email itself.
Thank you, Derek, but -- as I stated already -- I wanted to see, if this can
be avoided...
Since you posted your script, I'll comment on
wever, I modified the script recently to produce the output (if any) in
HTML, rather than in plain-text format.
The HTML arrives by e-mail just as well as plain text used to, but no e-mail
program will render it as such, because neither the cron(8), nor the mail(1),
which cron uses to send e
circumstantial
evidence that suggests it may be otherwise. I hate to bother you,
but, in the interest of several people who may be affected, could
you send the full source of an e-mail you received from the FreeBSD
list directly to me, and not to the list? Also, if you have some
convincing
On Thursday 29 March 2007 23:22:28 Giorgos Keramidas wrote:
> On 2007-03-29 23:40, Dmitry Pryanishnikov <[EMAIL PROTECTED]> wrote:
> >On Thu, 29 Mar 2007, Giorgos Keramidas wrote:
> >>> I'm an originator of 4 open PRs and 9 closed ones. My e-mail address
> >&g
On 2007-03-29 23:40, Dmitry Pryanishnikov <[EMAIL PROTECTED]> wrote:
>On Thu, 29 Mar 2007, Giorgos Keramidas wrote:
>>> I'm an originator of 4 open PRs and 9 closed ones. My e-mail address
>>> will change soon. How should I handle the change to stay reachable
>
Hello!
On Thu, 29 Mar 2007, Giorgos Keramidas wrote:
I'm an originator of 4 open PRs and 9 closed ones. My e-mail address
will change soon. How should I handle the change to stay reachable for
people working on PRs? Sorry to bother the list with (seems-to-be) a
trivial question, I can
On 2007-03-29 15:45, Dmitry Pryanishnikov <[EMAIL PROTECTED]> wrote:
>
> Hello!
>
> I'm an originator of 4 open PRs and 9 closed ones. My e-mail address
> will change soon. How should I handle the change to stay reachable for
> people working on PRs? Sorry to bother
Dmitry Pryanishnikov schrieb:
Hello!
I'm an originator of 4 open PRs and 9 closed ones. My e-mail address
will change soon. How should I handle the change to stay reachable for
people
working on PRs? Sorry to bother the list with (seems-to-be) a trivial
question, I can't find r
wait till it changes then post an update to the pr using the webinterface
Ted
- Original Message -
From: "Dmitry Pryanishnikov" <[EMAIL PROTECTED]>
To:
Sent: Thursday, March 29, 2007 4:45 AM
Subject: How to handle forthcoming PR originator e-mail address
>
>
Hello!
I'm an originator of 4 open PRs and 9 closed ones. My e-mail address will
change soon. How should I handle the change to stay reachable for people
working on PRs? Sorry to bother the list with (seems-to-be) a trivial
question, I can't find reply in PR-related articles.
The attachment(s) from the following e-mail was removed due to CI Investments'
e-mail policy.
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Thu, 15 Mar 2007 23:40:18 -0500
Subject: STATUS
The following violations were detected:
--- Scan information follows ---
Virus Name: [
O e-mail abaixo indicado foi bloqueado pelo servidor da LightComm, por conter
um anexo executável ou constante da nossa lista de exclusões.
Arquivos executáveis são potencialmente perigosos por constituir meio de
propagação de vírus e worms de e-mail.
O conteúdo foi DESCARTADO e tanto o
On Fri, Nov 10, 2006 at 07:57:09AM +0200, Luke Lamla wrote:
> Can you please assist me I am using FreeBSD for my e-mail and internet.
I
> want to create e-mail using super user (root) for my employees. What
should
> I do or which steps should I follow to do that. I will apprec
On Fri, Nov 10, 2006 at 07:57:09AM +0200, Luke Lamla wrote:
> Can you please assist me I am using FreeBSD for my e-mail and internet. I
> want to create e-mail using super user (root) for my employees. What should
> I do or which steps should I follow to do that. I will appreciate your
1 - 100 of 253 matches
Mail list logo