Displaying 20 results from an estimated 120 matches for "reprocess".
Did you mean:
preprocess
2007 Sep 25
12
Problems with expect_render
...exist", :object=>"hello"}) once, but received
> it 0 times
Which is much better.
So, to me, this looks like a bug in rspec_on_rails.
Explanations of why I''m just doing it wrong gratefully received ;-)
Matt
--
Matt Patterson | Design & Code
<matt at reprocessed.org> | http://www.reprocessed.org/
2016 May 03
2
StreamLocal forwarding
..., when the socket does not exist. Once
> > the connection terminates, and the client attempts to log in again, it
> > fails because the socket already exists:
> >
> > debug1: user sshvpn matched 'User sshvpn' at line 89
> > debug3: match found
> > debug3: reprocess config:90 setting ChrootDirectory /var/sshvpn/
> > debug3: reprocess config:91 setting AllowTCPForwarding no
> > debug3: reprocess config:92 setting AllowStreamLocalForwarding yes
> > debug3: reprocess config:93 setting StreamLocalBindUnlink yes
> > [...snip...]
> > de...
2016 Dec 13
2
Reprocessing MDBOX account to reduce m.* file count
Is there a way to force dovecot to reprocess a user account to refile the m.* files based on new config for max file size.
Ive got one account at 22k files due to a 2M split.
2019 Jul 06
1
Reprocess mail through sieve?
...hrough an existing sieve script as it the mail was being delivered anew?
I?ve cleaned up a lot of my list-sorting scripts and I would like to process a bunch of mail again so it gets sorted properly.
If I can do this could I also do it for a specific date range?
For example, let?s say io want to reprocess all the messages that are in ?Archive? from between 20190501 and 20190630?
--
Think of how stupid the average person is, and realize half of them are
stupider than that.
2016 Apr 23
2
StreamLocal forwarding
...eway' root at gateway
So, it works fine the first time, when the socket does not exist. Once
the connection terminates, and the client attempts to log in again, it
fails because the socket already exists:
debug1: user sshvpn matched 'User sshvpn' at line 89
debug3: match found
debug3: reprocess config:90 setting ChrootDirectory /var/sshvpn/
debug3: reprocess config:91 setting AllowTCPForwarding no
debug3: reprocess config:92 setting AllowStreamLocalForwarding yes
debug3: reprocess config:93 setting StreamLocalBindUnlink yes
[...snip...]
debug1: server_input_global_request: rtype
streamloc...
2009 Mar 18
2
Cucumber failing with ''uninitialized constant Spec::Ruby''
....2.0/bin/cucumber:6
Bummer.
I''ve tried with Cucumber 0.1.16 and 0.2, has anyone else seen this?
I''ll start poking later, but if anyone''s seen it and has a super-easy
diagnosis/fix that would be awesome.
Matt
--
Matt Patterson | Design & Code
<matt at reprocessed org> | http://www.reprocessed.org/
2016 Dec 13
0
Reprocessing MDBOX account to reduce m.* file count
On 14 Dec 2016, at 0.44, Ricardo Branco <ricardo at wenn.com> wrote:
>
> Is there a way to force dovecot to reprocess a user account to refile the m.* files based on new config for max file size.
>
> Ive got one account at 22k files due to a 2M split.
dsync elsewhere and mv them back?
2009 Jan 24
0
reprocess attachment_fu thumbnails with ImageMagick edits
I''m trying to modify product images when a user marks a product as
"sold" and I am able to modify the original image file successfully,
but when I try to reprocess the thumbnails, my ImageMagick
modifications don''t stick. Here is what I''ve got going so far:
def before_save
if self.sold_changed? && self.sold?
for photo in self.photos
imagelist = Magick::ImageList.new
imagelist.read(File.join(RAILS_ROOT, &qu...
2007 Feb 13
4
Advice on visual graph packages
...graphviz here, but
have run into some problems (which seem fixable and I may go with it
in the end), and it doesn't satisfy need # 2 (which would be ideal if
there is a package that does both).
2) Allowing a user to create a directed graph, and have some text
object created that can be reprocessed easily reprocessed into a
matrix representation, or other representation of my choosing. I've
tried dynamicGraph, but it seems buggy, and continually either
crashes, behaves very erratically (nodes disappearing when I modify
edges), nor is it clear from the UI how one outputs a new...
2019 Jan 06
0
reprocessing mail
Hey guys,
I had some corruptions whereby dovecot would bomb out on mail files in
my maildir.? I found that if piped the files to dovecot-lda the all
email was clean &lost. ? I even retrieved email I thought might have
been lost for good.? I have some better ideas now, but I still processed
a few thousand emails like that now & would like to do something like this:
* stop dovecot
*
2009 Mar 20
1
bypass_rescue and its inverse
...ue from (which I, and judging by forks of the
rspec_on_rails_matchers plugin, several others figured out for before
filters)...
Bit unawake yet, may follow up with an answer to my own question when
I''ve imbibed the caffeine.
--
Matt Patterson | Design & Code
<matt at reprocessed org> | http://www.reprocessed.org/
2018 Dec 01
3
Cannot log into Samba4 AD/DC with ssh as domain user
...am on the AD/DC an try the same ssh.
I've tried setting either the GSSAPIAuthentication or KerberosAuthentication in
/etc/ssh/sshd_config, but those don't help. I get:
Dec 1 06:09:19 mail sshd[8645]: rexec line 89: Unsupported option GSSAPIAuthentication
Dec 1 06:09:19 mail sshd[8645]: reprocess config line 89: Unsupported option GSSAPIAuthentication
Dec 1 06:09:22 mail sshd[8645]: Failed password for mark from 192.168.0.61 port 55802 ssh2
Dec 1 06:09:24 mail sshd[8645]: Connection closed by 192.168.0.61 port 55802 [preauth]
Dec 1 06:16:54 mail sshd[21898]: rexec line 83: Unsupported o...
2007 Oct 09
23
Testing layouts with RSpec on Rails
...have any wisdom to share on the subject of speccing Rails
layouts?
Most of it''s plain old view specs stuff, but are there sensible ways
to verify things like the yield call? (Mocking doesn''t catch that)
Thanks,
Matt
--
Matt Patterson | Design & Code
<matt at reprocessed org> | http://www.reprocessed.org/
2008 Jan 08
2
Problems with rspec 1.1 required inside rake tasks
....1.1/lib/spec.rb''s at_exit hook is being
invoked by, I presume, require ''spec''
Is there a better way to require rspec (this worked fine in 1.0.8 and
recent trunks), or should I be filing a bug?
Thanks,
Matt
--
Matt Patterson | Design & Code
<matt at reprocessed org> | http://www.reprocessed.org/
2020 Mar 28
0
[klibc:update-dash] dash: expand: Do not reprocess data when expanding words
.../klibc.git;a=commit;h=527bee886ced0d22428417d60a638521e435bb96
Author: Herbert Xu <herbert at gondor.apana.org.au>
AuthorDate: Wed, 30 May 2018 02:06:03 +0800
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Sat, 28 Mar 2020 21:42:55 +0000
[klibc] dash: expand: Do not reprocess data when expanding words
[ dash commit 3cd538634f71538370f5af239f342aec48b7470b ]
Currently various paths will reprocess data when performing word
expansion. For example, expari will skip backwards looking for
the start of the arithmetic expansion, while evalvar will skip
unexpanded words manua...
2016 May 03
3
StreamLocal forwarding
...his is running on an alternate port with -ddd:
>
> debug3: checking match for 'User sshvpn' user sshvpn host 196.209.244.243
> addr 196.209.244.243 laddr 176.9.9.247 lport 52221
> debug1: user sshvpn matched 'User sshvpn' at line 91
> debug3: match found
> debug3: reprocess config:92 setting ChrootDirectory /var/sshvpn/
> debug3: reprocess config:93 setting AllowTCPForwarding no
> debug3: reprocess config:94 setting AllowStreamLocalForwarding yes
> debug3: reprocess config:95 setting StreamLocalBindUnlink yes
>
> And, surprisingly, even having set the...
2006 Jun 30
2
Subscription Payment Model
...e as follows:
1. Get a merchant account, maybe Authorize.net
2. Use ActiveMerchant to process payments from my site
2b. Make sure payment section is under SSL
3. Store credit card information in a highly encrypted way, possibly on
a different server
4. Set up a nightly (or more often) cron job to reprocess credit cards
when the period is due
5. Notify users when payment fails and do not attempt to reprocess (cost
per transaction?)
Is that all there is to it? Are there some caveats I need to know about
potential pitfalls in this? Anyone recommend a different/better merchant
account for a poor per...
2020 Sep 29
2
Re-sieve emails
Is it possible to take the contents of a mailbox and feed them to the account's .active_sieve file for reprocessing?
(For example, when editing the sieve file for my list account I introduced a typo, so a hundred or some list messages ended up in the inbox instead of filed properly into the maildir hierarchy. Not a huge deal, as it was simple enough to move them manually, but it got me wondering.
This would...
2010 Mar 24
2
INCLUDE is broken in pxelinux/menu.c32 3.85
...INCLUDE command within menu.c32 (via pxelinux,
actually gpxelinux) and noticed that it's broken. The symptom is that
the text is included, as expected, but the subsequent text from the
including file is wrong. In some cases it actually pulls from above
the INCLUDE leading to the INCLUDE being reprocessed (an infinite
recursion). (The recursion seems to stop after 20-30 pulls, so I
guess there's some sort of depth limit.)
I was able to proceed by using a subordinate call to menu, so this
isn't a problem for me now, but thought you might want to know.
Mike
2020 Sep 29
2
Re-sieve emails
On 29 Sep 2020, at 01:21, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
>> On 29/09/2020 09:09 @lbutlr <kremels at kreme.com> wrote:
>> Is it possible to take the contents of a mailbox and feed them to the account's .active_sieve file for reprocessing?
> You can use imap sieve refilter. https://doc.dovecot.org/configuration_manual/sieve/plugins/imapfilter_sieve/
That looks like what I want, but once I've enabled the plugin how would I actually tell dovcot to process a mailbox "Test" with the sieve script "new.sieve&quo...