Displaying 20 results from an estimated 10000 matches similar to: "A X-Mailbox header?"
2007 Oct 08
1
API problem (noob)
I'm a bit of a newbie, especially when it comes to dovecot
internals, but nevertheless, I need some help:
I'm working on a dovecot plugin, and I would like to copy
a mail message from the mail store out to a temporary file,
less a few headers:
static const char *const exclude_headers[] = {
"X-DSPAM-Signature"
}
strcpy(fname, mktemp(fname));
fd = creat(fname, 0600);
2019 Aug 05
2
C7 Kernel module compilation
Il 05/08/19 18:07, Akemi Yagi ha scritto:
> On Mon, Aug 5, 2019 at 9:01 AM Alessandro Baggi
> <alessandro.baggi at gmail.com> wrote:
>>
>> Il 05/08/19 17:49, Akemi Yagi ha scritto:
>>> On Mon, Aug 5, 2019 at 8:42 AM Alessandro Baggi
>>> <alessandro.baggi at gmail.com> wrote:
>>>>
>>>> Il 05/08/19 17:30, Akemi Yagi ha scritto:
2019 Aug 06
2
C7 Kernel module compilation
Il 05/08/19 20:07, Akemi Yagi ha scritto:
> On Mon, Aug 5, 2019 at 9:21 AM Alessandro Baggi
> <alessandro.baggi at gmail.com> wrote:
>>
>> Il 05/08/19 18:07, Akemi Yagi ha scritto:
>>> On Mon, Aug 5, 2019 at 9:01 AM Alessandro Baggi
>>> <alessandro.baggi at gmail.com> wrote:
>
>>> Do you have secureboot enabled? Then yes, that requires a
2018 Feb 02
1
How to trigger a resync of a newly replaced empty brick in replicate config ?
Hi,
I simplified the config in my first email, but I actually have 2x4 servers in replicate-distribute with each 4 bricks for 6 of them and 2 bricks for the remaining 2. Full healing will just take ages... for a just single brick to resync !
> gluster v status home
volume status home
Status of volume: home
Gluster process TCP Port RDMA Port Online Pid
2019 Aug 05
2
C7 Kernel module compilation
Il 05/08/19 17:49, Akemi Yagi ha scritto:
> On Mon, Aug 5, 2019 at 8:42 AM Alessandro Baggi
> <alessandro.baggi at gmail.com> wrote:
>>
>> Il 05/08/19 17:30, Akemi Yagi ha scritto:
>>> On Mon, Aug 5, 2019 at 6:46 AM Alessandro Baggi
>>> <alessandro.baggi at gmail.com> wrote:
>>>>
>>>> Hey there,
>>>> I'm trying
2006 Jun 15
1
Compact sums in functions definitions
I'm trying to make more compact the definition
of a function as for example:
f <- function(x) 2/x+3/x
by simply defining the array of coefficients
arr = c(2,3)
and setting:
g <- function(x) sum((arr/x))
Everything seems to work fine because the values returned
by f and g result coincident for different values of their
argument, but when I try to plot the function g using:
x =
2008 Nov 27
4
Error compiling 1.1.9
hi, i'm trying to compile the wine 1.1.9 version, but i get this error.
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o ntdsapi.o ntdsapi.c
../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./ntdsapi.spec ntdsapi.o -o
2019 Aug 07
2
C7 Kernel module compilation
Il 07/08/19 01:02, Phil Perry ha scritto:
> On 06/08/2019 14:45, Alessandro Baggi wrote:
>> Il 05/08/19 20:07, Akemi Yagi ha scritto:
>>> On Mon, Aug 5, 2019 at 9:21 AM Alessandro Baggi
>>> <alessandro.baggi at gmail.com> wrote:
>>>>
>>>> Il 05/08/19 18:07, Akemi Yagi ha scritto:
>>>>> On Mon, Aug 5, 2019 at 9:01 AM Alessandro
1999 Jun 30
1
grid command
I'd like to know if there is a way to plot your stuff and have a grid on
the plot, in which
the grid falls exactly where it should, i.e. on the axis labels.
E.g., if on x axis I have the labels -4,-2,0,2,4 and on y
-1,-0.5,0,0.5,1
the command grid(5,5) puts the grid out of place, just on 0 it falls
right.
Any hint?
Thanks
Alessandro Magni
--
2009 Apr 13
0
How can I skip EOH in headers?
Hello.
My callback for get_stream is called from mail_get_stream in
mail_storage_copy. Further, mbox_save_init is called and it called
mbox_save_get_input_stream.
backtrace (A) for my callback:
#0 i_stream_header_filter_read (stream=0x8147e00) at istream-header-
filter.c:314
#1 0x080cdbaa in parse_header (mstream=0x8147e00) at istream-header-
filter.c:356
#2 0x080cdc0c in
2019 Nov 20
5
C8 and NetworkManager problem
Il 20/11/19 12:29, Kenneth Porter ha scritto:
> --On Wednesday, November 20, 2019 10:37 AM +0100 Alessandro Baggi
> <alessandro.baggi at gmail.com> wrote:
>
>> 2) Due to the problem 1, It cannot mount samba shares on boot saying
>> "Not
>> suitable address found". After the network is available I can mount
>> samba
>> shares.
>
> Are
2018 Feb 01
0
How to trigger a resync of a newly replaced empty brick in replicate config ?
You do not need to reset brick if brick path does not change. Replace
the brick format and mount, then gluster v start volname force.
To start self heal just run gluster v heal volname full.
On Thu, Feb 1, 2018 at 6:39 PM, Alessandro Ipe <Alessandro.Ipe at meteo.be> wrote:
> Hi,
>
>
> My volume home is configured in replicate mode (version 3.12.4) with the bricks
>
2019 Aug 08
2
C7 Kernel module compilation
Il 07/08/19 20:15, Akemi Yagi ha scritto:
> On Wed, Aug 7, 2019 at 9:00 AM Alessandro Baggi
> <alessandro.baggi at gmail.com> wrote:
>>
>> Il 07/08/19 01:02, Phil Perry ha scritto:
>>> On 06/08/2019 14:45, Alessandro Baggi wrote:
>
>>> Please post the actual error message in dmesg or /var/log/messages.
>>>
>>> It's likely that the
2023 Nov 04
1
Adding columns to a tibble based on a value in a different tibble
I think a simple reproducible example ("reprex") may be necessary for you
to get a useful reply. Questions with vague specifications such as yours
often result in going round and round with attempts to clarify what you
mean without a satisfactory answer. Clarification at the outset with a
reprex may save you and others a lot of frustration.
Cheers,
Bert
On Sat, Nov 4, 2023 at 1:41?AM
2004 Dec 16
1
ilbc and asterisk 1.0.3 - strange noises.
Have someone experienced any strange noises using the ilbc codec
after upgrading to asterisk 1.0.3?
I had to change the codec do gsm to fix this problem. The noise is very
loud, like saturation of the echo ro something, seems like the echo
cancelation is amplifying itself.
I'be been using ilbs since asterisl 0.70 and have never had any
problem like this.
Thanks.
--
2006 Jul 13
1
Problems plotting a function defined as a product
In order to define a function f as:
> f <- function(x) (x+1)*(x+2)
I want to use the notation:
> v = c(1,2)
> g <- function(x) prod((v+x))
That apparently works and, for instance,
the loop:
>for (i in 1:100) { print(f(i)-g(i)) }
Produces a sequence of zeros.
Nevertheless, if I try to plot
the function g by:
>t = seq(0,100,1)
>plot(t,g(t),type="l")
I
2006 Aug 03
1
levels of an array (strings and numbers)
Reading a csv file (db.csv) as:
yes,full
no,full
no,empty
I can use the command 'levels' to extract
the different values appearing for each
column as follows:
> d<-read.csv("db.csv")
> levels(d[,2])
which returns
> [1] "empty" "full"
while, doing the same with a numerical csv file as:
1,6
0,6
0,7
the same instruction returns an empty
2011 Jan 19
1
Rewrite the mailbox copy functions works in imap but don't work in doveadm import command
Hi Timo !!
I rewrite the copy function from mailbox (using a plugin)
My rewrite is like this:
static int emexis_antispam_copy(struct mail_save_context *ctx, struct mail
*mail){
struct mailbox *box = ctx->transaction->box;
union mailbox_module_context *zbox = EMEXIS_CONTEXT(box);
struct mail_private *_mail = (struct mail_private *)mail;
union mail_module_context *zmail =
2019 Aug 05
2
C7 Kernel module compilation
Il 05/08/19 17:30, Akemi Yagi ha scritto:
> On Mon, Aug 5, 2019 at 6:46 AM Alessandro Baggi
> <alessandro.baggi at gmail.com> wrote:
>>
>> Hey there,
>> I'm trying to compile a single module following this guide:
>>
>> https://wiki.centos.org/HowTos/BuildingKernelModules#head-d2e4c05886f94c701e4ae74387d41d8c40c25d01
>>
>> and
>>
2019 Nov 15
2
C8 Questions
Hi Steffan,
I run my VMs on c7 using qemu-kvm + libvirt + virt-manager and the same on
a slackware 14.2 without any problem.
What error/problem do you receive?
Il Ven 15 Nov 2019, 19:01 Steffan Cline <steffan at hldns.com> ha scritto:
> I'm really curious how you were able to virtualize CentOS 8.
>
> What platform are you using? Xen, KVM or VMWare? PV or HVM?
>
> I