Displaying 20 results from an estimated 12309 matches for "recipients".
Did you mean:
recipient
2006 May 03
2
Perplexing nested transaction issue
I''ve been struggling with a strange nested transaction problem for a while.
I have a two objects with the following relationships:
Mail has_many :recipients
Recipients belong_to :mail
I''d like to update the status of the Mail object while sending mails for
each of it''s recipients. Following is a simplified example that I''m having
problems with:
def send_mail
@mail = Mail.find params[:id]
@recipients = Recipient.fi...
2017 Dec 30
3
Updated Dovecot 2.3.0 now getting 2 strange log errors
I did some more digging around and found this is reproducible on
multiple hosts running the same version of Dovecot/Pigeonhole/Postfix.
The problem resurfaces on any host to an account with enabled
Vacation/OOO response. The Vacation/OOO reply filter was created in
Roundcubemail, but has been fine for years. One thing to note is in
Dovecot 2.3.0 I did enable UTF8, but even if I disable UTF8
2017 Dec 30
0
Updated Dovecot 2.3.0 now getting 2 strange log errors
On 2017-12-29 18:35, tony wrote:
> I did some more digging around and found this is reproducible on
> multiple hosts running the same version of Dovecot/Pigeonhole/Postfix.
> The problem resurfaces on any host to an account with enabled
> Vacation/OOO response. The Vacation/OOO reply filter was created in
> Roundcubemail, but has been fine for years. One thing to note is in
>
2018 Jan 02
2
Updated Dovecot 2.3.0 now getting 2 strange log errors
Op 12/30/2017 om 6:47 AM schreef tony:
> On 2017-12-29 18:35, tony wrote:
>> I did some more digging around and found this is reproducible on
>> multiple hosts running the same version of Dovecot/Pigeonhole/Postfix.
>> The problem resurfaces on any host to an account with enabled
>> Vacation/OOO response. The Vacation/OOO reply filter was created in
>>
2001 Sep 25
61
Report to Recipient(s)
Incident Information:-
Originator: "G Lalithambika"<lalithambika@mumbai.tcs.co.in>
Recipients: samba@samba.org
Subject: FOCHAP06
WARNING: The file FOCHAP06.DOC.pif you received was infected with the
W32/SirCam@MM virus. The file attachment was not successfully cleaned.
2013 Jun 19
3
Handoff dial control to dialplan after AMI Originate
Hello,
I'd like to use the AMI interface to originate a call to a context in a dialplan, and handoff the dial control to the context.
Whenever I execute the below action, the recipient does ring, but when I answer it dials the recipient again. I believe this is because once answered the system is going to execute the Context/Exten/Prio in the Originate action?
Action: Originate
Channel:
2002 Dec 12
16
ScanMail Message: To Recipient virus found or matched file blocki ng setting.
ScanMail for Microsoft Exchange has taken action on the message, please
refer to the contents of this message for further details.
Sender = saulo@capebe.org.br
Recipient(s) = samba@samba.org;
Subject = [Samba] Samba HP-UX 10.20
Scanning Time = 12/12/2002 17:54:32
Engine/Pattern = 6.150-1001/410
Action on message:
The attachment CPD_ CAPEBE.vcf matched file blocking settings. ScanMail has
taken
2009 Aug 16
1
advice needed about "554 Too many recipients"
Hi all,
A client of ours just requested to increase the max_recipients in Exim
to 300, since he keeps getting "554 Too many recipients" error when
sending a marketing email from MS Outlook.
Before you tell me to use Pine / Mutt / etc to send plain-text emails
via mailman, this isn't an option.
I would like to know, what are the implications of increasi...
2008 May 03
2
ActionMailer Multiple recipients
I am using ActionMailer to send mails. I want to send mails to
multiple recipients which I get from a view. Here is the controller
code.
def groupcorres
user = User.find(session[:user_id])
address = Array.new
lines = Array.new
args = params[:id].to_s # params[:id] is an array of user screen
name. ex: j_doe, d_john
lines = args.split(",")
for l...
2000 Apr 04
0
Please inform samba@samba.org Jeremy Allison <jeremy@valinux.com> Jeremy Allison <jeremy@valinux.com> "Deborah Barba" <dbarba@yahoo-inc.com> Jeremy Allison <jeremy@valinux.com> "Michael Martin" <michael@violetstar.com> Michael Gerdts <gerdts@cae.wisc.edu>
...mput
Subject: 9 shares makes NT give RPC error
Subject: Re: 9 shares makes NT give RPC error
Subject: Re: 9 shares makes NT give RPC error
Subject: problem compiling 2.0.6 --with-smbmount
Subject: Re: Printing to a Jet Direct card
Subject: sig 11" and used your old email address (To: Multiple recipients=
Subject: Re: 2.0.7pre3: smbclient issues
Subject: Re: network connection crashes
Subject: Re: Printing to a Jet Direct card
Subject: subscription
Subject: samba-tng-alpha-1.8.tar.gz
Subject: RE: subscription
Subject: Re: problem compiling 2.0.6 --with-smbmount
Subject: Re: 9 shares makes NT give R...
2017 Oct 23
2
Pigeonhole vacation and envelope extension recipient addresses
I have a situation where my LMTP RCPT TO: goes to a mailbox user account that
does not reflect either the final (through aliasing) or envelope email address.
SMTP RCPT TO: (envelope-local-part at envelope-domain)
Final Recipient: (final-local-part at final-domain)
LMTP RCPT TO: (mailbox-local-part at mailbox-domain)
I'd like to use the final recipient as the vacation address, but also
2003 Sep 07
0
AV messages and the digest
Below is the topic list for the latest digest form of the mailing list.
See if you can pick out the real messages from the myriad of warnings.
:-(
Today's Topics:
1. Autoreply to Thank you! (helpdesk@cdfreaks.com)
2. Symantec AVF detected an unrepairable virus in a message you
sent (Administrator@fai.ie)
3. Re: Runaway SMBD process (Gerald (Jerry) Carter)
4. Re: Your
2006 Apr 28
3
ActionMailer - 550 Error - Net:SMTPFatalError
I have page on my site which sends out e-mails to all of our clients.
The idea is that if a client''s e-mail bounces, the server catches the
bounce message and flags the client (from the Rails Recipes book).
This works perfectly, except in the event that the destination domain
is my own. Since I''m running my own postfix server on the same box,
instead of accepting the
2006 Jul 17
2
actionmailer / @recipeints
Hi all,
i''m trying to email multiple people based on certain criteria.
i do a search like
@stacks = Group.find(:all, :conditions => ["component_id = ?", 2])
this populates stack to contain multiple groups with component_id =2.
How do i populate @recipients to contain all possible @stack.email.
Let me clearify. Each stack has its own email, and i need to include
each stack.email into @recipients.
i''ve been trying to do
@stacks.each do |stack|
@recipients = stack.email
end
But i know this is wrong, but i think it''s a step in...
2006 Jul 12
7
Failure in comparisons
I''m basically a Ruby noobie.
At the moment I''m having a fair bit of trouble trying to figure out
what''s going wrong here (partial template):
<%=
@project = Project.find(@the_id)
if current_user.userid == @project.client
hidden_field ''messages'', ''recipient'', ''value'' =>
@project.project_manager
2014 Feb 23
6
realtime backup with LDA?
Hello everyone,
i was reading the dovecot-lda documentation as i'm using LDA as a
delivery agent on my current mailserver configuration.
I was curious to know if there are some options for having a message to
be delivered to a "twin mailbox" upon delivery.
this twin mailbox would work as a backup archive for recovering emails
in case the user accidentally deletes them.
so if i have
2007 Feb 19
6
Open CallerID Database?
Hey Guys,
I'm curious if there's an interest in a free, CallerID database? For those
of you in the same spot we are, our current provider only provides us with
the CND, excluding CNAM.
Would creating a public database, managed by users be worthwhile to anyone?
Thanks - Any input is greatly appreciated.
--
Robert Norton
SophMedia LLC Operations Manager
Cell: 480-234-4312 Office:
2009 Feb 06
1
Hi all,
Hi all,
as I told earlier, I am installing an email server with
postfix/dovecot/dspam (for now that's all, though some programs may come
later). For now, what works good enough is that I receive mails and spams
are tagged. Dovecot version 1.1.7-r1 compiled from the gentoo depository
with debug.
The path of a mail is
1/ to be passed to dspam by postfix as a virtual transport with this in
2007 Jul 23
3
sending email
HI i am presently new to this ror language can you please send me the
stepwise procedure for sending the email ......
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2005 Jul 11
2
Sharing variables between contexts
Hello all,
I'm having trouble getting variables to work the way I want them to, let me
begin with a simple explanation of the problem, I'm using something like this
in my extensions.conf:
[default]
exten => 5000,1,SetVar(Recipient=test@test.com)
exten => 5000,2,Goto(mailexten,s,1)
exten => 6000,1,SetVar(Recipient=test@test.com)
exten => 6000,2,Goto(mailexten,s,1)