Displaying 20 results from an estimated 30000 matches similar to: "[LLVMdev] Retrieving an specific message from the mail server"
2019 Feb 09
0
Use sieve to move all mail automatically based on List-Id
Dear all,
I currently use the following rule to automatically sort email into
folders based on mailing lists:
# split out the various list forms
# Mailman & other lists using list-id
if exists "list-id" {
??? if header :regex "list-id" "<([a-z_0-9-]+)[.@]" {
??????? set :lower "listname" "${1}";
??????? fileinto :create
2006 Mar 07
0
RE: nuevos requisitos
Ok, barbaro, entonces los nuevos requerimientos ser?an:
1) Que ariel pueda cambiar la configuraci?n de su pantalla.
2) Que ariel pueda acceder al servidor de desarrollo (10.0.9.119)
a los puertos comunes de servicio (ftp, smtp, pop3, imapd, http, https,
samba, svn, csv). Lo que necesito que acceda ahora es al samba, http y
svn, lo dem?s planeo darle un futuro uso.
3) En
2006 Jun 05
4
transactions
Can you give me some links where transactions in rails are explained in
depth? Thank you
PS: I''ve looked in google, but I just couldn''t find good articles, I''m
working with postgresql
Rodrigo Dominguez
Iplan Networks Datos Personales
rdominguez@iplan.com.ar rorra@rorra.com.ar
www.iplan.com.ar <http://www.iplan.com.ar/>
2015 May 20
3
Deny login for a specific user in a specific machine in a samba domain
Well, samba 3 can't act as AD DC, so I guess the only way I can achieve
this remotely is setting this in registry using a login script. How can I
set this in registry? There Isn't something that automates the creation of
scripts that change policies by registry?
Citando Marc Muehlfeld <mmuehlfeld at samba.org>:
> Hello Rodrigo,
>
> Am 19.05.2015 um 13:40 schrieb Rodrigo
2006 May 24
2
array parameters in web services
I''m working in a web service, actually, I have:
class UnifiedLoginApi < ActionWebService::API::Base
class CLL_Metadata < ActionWebService::Struct
member :key, :string
member :type, :string
member :value, :string
member :webapplication_id, :string
member :user_tenfold_id, :string
member :login_username, :string
2009 Mar 26
0
[LLVMdev] GSoC09 - Port Valgrind to use LLVM
Rodrigo,
On Mar 20, 2009, at 8:41 AM, Rodrigo Dominguez wrote:
> Congratulations to LLVM for getting accepted to GSoC 2009!
>
> I am a PhD candidate interested in participating this year. I have
> been
> working on dynamic compilation (binary translation or BT) for
> multicore
> architectures for a couple of years. I am familiar with the
> internals of
> several
2015 May 19
3
Deny login for a specific user in a specific machine in a samba domain
PDC. I'm using samba 3, I need scripts to apply GPO?
Citando Tim <lists at kiuni.de>:
> PDC or ADDC? You could achieve this with a GPO.
>
> Regards
> Tim
> ?
> Am 18. Mai 2015 18:20:28 MESZ, schrieb Rodrigo Abrantes Antunes
> <rodrigoantunes at pelotas.ifsul.edu.br>:
>> Hi, I have samba as a PDC and I need to deny login for a specific user
>> in
2006 Mar 09
6
rmagick and captcha
Has anyone implemented a captcha with ruby on rails and rmagick?
I tried this example:
http://wiki.rubyonrails.com/rails/pages/HowtoSecureFormsWithNoisyImages
but I got an error:
undefined method `size'' for #<NoisyImage:0x34d8070>
Thank you
--------------------------------------------------
Rodrigo Dominguez
?
Iplan Networks ???????????????Datos Personales
2006 Aug 14
1
various returns parameters in action web service
I''m working with ActionWebService, building a SOAP Service.
I realize that I can returns various values, in example:
api_method :foo,
:expects [ { :value1 => :int },
{ :value2 => :int } ],
:returns [ { :return_value_1 => :int},
{ :return_value_2 => :string},
{ :return_value_3 =>
2009 Mar 20
2
[LLVMdev] GSoC09 - Port Valgrind to use LLVM
Hi,
Congratulations to LLVM for getting accepted to GSoC 2009!
I am a PhD candidate interested in participating this year. I have been
working on dynamic compilation (binary translation or BT) for multicore
architectures for a couple of years. I am familiar with the internals of
several BT frameworks (including open-source Valgrind).
I was looking at the ideas page for LLVM. I would like to
2013 Mar 18
0
No considerar mail anterior
Buenos días,
estaba revisando un draft de un mail y sin querer se envío a la lista de
distribución. Solicito no lo consideren por favor.
Mis disculpas.
Gracias.
Saludos,
Rodrigo.
On 18 March 2013 12:09, Rodrigo Bastías Castillo
<bastias.rodrigo@gmail.com>wrote:
> I have done a plot which represents itemsets as vertices and rules as
> directed edges between itemsets with this
2008 Jul 25
2
Recieving e-mail is not updating quota
Hello again.
When I send e-mail locally from userX at mydomain to userY at mydomain the
quota in userY at mydomain isn't updated with the new message, but the
message arrives fine. It's not a userX problem, because it's equal if
it's userY sending userX.
When I save an message, the quota is updated. Or when the userX sends
the e-mail, his quota is updated too. The problem is that
2013 Nov 19
1
Quick question on sieve
I have a procmail recipe that does the majority of my heavy lifting for my mailing lists. It's pretty straightforward, but as I understand it, this isn't something sieve can do:
# [ ] contains a space and a tab
:0
* 9876543210^0 ^(List-Id:.*<|X-Mailing-List:[ ]*)\/[-A-z0-9_+]+
* 9876543210^0 ^(List-Post:[ ]*(<mailto:)?|List-Owner:[ ]*(<mailto:)?owner-)\/[-A-Z0-9_+]+
*
2015 May 18
3
Deny login for a specific user in a specific machine in a samba domain
Hi, I have samba as a PDC and I need to deny login for a specific user in a
specific machine. How can I achieve that?
--
Rodrigo Abrantes Antunes
Instituto Federal Sul-rio-grandense
2008 Sep 10
2
comparing a list and vector and returnig the listname
hi,
I have list of length 5453 and vector of length 14318.I need to compare the
vector with the list and return the list name if matched.I am thinking of
using an lapply but how to retrive the listname is wat i am puzzled abt.
kindly let me know how to go abt it.
Ramya
--
View this message in context:
2018 Feb 16
0
Sieve to process list mail based on list-ID
On 16.02.2018 04:36, @lbutlr wrote:
> Before I spend a lot of time trying to replicate a procmail script that automatically sorts list mail into mailboxes based on the List-ID header (and possibly some other data) I thought I'd check if someone had already done this for sieve.
>
> Basically, what I do now in procmail is
>
> 1. Get the listname from the List-ID header (or
2006 Apr 04
1
ActiveRecord object
I have an ActiveRecord class
class User < ActiveRecord::Base
end
and I want to define an attribute, in example "links", links will be an
array.
class User < ActiveRecord::Base
attr :links
end
and now, I want links to be an array, so I do
class User < ActiveRecord::base
attr:links
def initialize(attributes)
super(attributes)
@links =
2010 Apr 08
1
Progressive output on the views
There is one web page that because it request data from several web
services, it delays between 20 and 200 seconds.
So my idea is to display the status of the data that is being fetched
(or even the data as its being fetched) to the user, so he don''t have to
wait like 200 seconds thinking that perhaps the page is not working.
But until now, I always render the web pages totally at the
2006 Apr 28
0
RE: Rails Digest, Vol 19, Issue 784
I am having a bit of trouble with the error. I hava a product and category table and wanting to display the categories in a drop down list. Below is the error I get. Any suggestion on how I can fix this.
undefined method `name'' for #<Category:0x3652448>
9: <select name="product[category_id]">
10: <% @categories.each do |category| %>
11:
2015 Jul 10
2
RES: Can I use PJSIP_HEADER to read the SIP 183 message header?
Ok Mark Michelson.
Thank you very much! You answer tells me that I was in the wrong path trying to access information from SIP 183 message.
I need to find a way to let the callee pass information/data to the caller, even before accepting the call. That is, send data during the ringing time. And in my case, there will be more than one callee ringing at same time. As ASTERISK will not forward each